How to get exact color name of excel cell?

Hi Community,

I’m trying to extract the cell colors using “get cell color activity” but it is able to get only few cell color names and rest all it is extracting color code…
Could you please help me with this on how to extract all color names instead of color codes?
image

Thanks in Advance :slight_smile:

@Vaishnav_Tej Get Cell Color - To get exact color name

@Vaishnav_Tej Very effective way to get any color is passing ur rgb value to colorapi
for ur example


you can extract the name from json response

Can you elaborate.

@Vaishnav_Tej yes let me send an example

@Vaishnav_Tej


Main.xaml (10.7 KB)
check it

But I’m trying to get color from excel cell

image

image

@Vaishnav_Tej varcolor.r
varcolor.g
varcolor.b will give you the rgb value and then pass to the xaml which i have shared you will receive the name of the color