#CA6EF6

Color #CA6EF6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CA6EF6

Tints of Heliotrope #CA6EF6

Color information

#CA6EF6 (or 0xCA6EF6) is unknown color: approx Heliotrope. HEX triplet: CA, 6E and F6. RGB value is (202,110,246). Sum of RGB (Red+Green+Blue) = 202+110+246=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA6EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EF6 is #359109. Grayscale: #989898. Windows color (decimal): -3510538 or 16150218. OLE color: 16150218.

HSL color Cylindrical-coordinate representation of color #CA6EF6: hue angle of 280.59º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6EF6 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202110246-
CMYK0.180.5500.04
HSL280.59º88.31%69.8%-
HSV(B)280.59º55.28%96.47%-
XYZ46.5730.3690.59-
YUV153.01180.48162.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 110 (43.36% from 255) = 19.71%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=36.20%
G=19.71%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021102460.180.5500.04280.5988.3169.8
HexCA6EF61237041195846
Octal312156366226704431130106
Binary1100101011011101111011010010110111010010001100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EF6; }

 p { color: rgb(202,110,246); }

 H1.HeaderClassName
 {
   color: #CA6EF6;
 }
 .AnyTagClassName
 {
   color: #CA6EF6;
 }
</style>
background-color css

<style>
 a { background-color: #CA6EF6; }

 a { background-color: rgb(202,110,246); }

 div.DivClassName
 {
   background-color: #CA6EF6;
 }
 .BgClassName
 {
   background-color: #CA6EF6;
 }
</style>
border-color css

<style>
 span { border-color: #CA6EF6; }

 span { border-color: rgb(202,110,246); }

 td.TdClassName
 {
   border-color: #CA6EF6;
 }
 .TagClassName
 {
   border-color: #CA6EF6;
 }
</style>