#CA79EB

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

Shades of Heliotrope #CA79EB

Tints of Heliotrope #CA79EB

Color information

#CA79EB (or 0xCA79EB) is unknown color: approx Heliotrope. HEX triplet: CA, 79 and EB. RGB value is (202,121,235). Sum of RGB (Red+Green+Blue) = 202+121+235=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA79EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA79EB is #358614. Grayscale: #9D9D9D. Windows color (decimal): -3507733 or 15432138. OLE color: 15432138.

HSL color Cylindrical-coordinate representation of color #CA79EB: hue angle of 282.63º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA79EB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202121235-
CMYK0.140.4900.08
HSL282.63º74.03%69.8%-
HSV(B)282.63º48.51%92.16%-
XYZ46.1932.2382.38-
YUV158.22171.34159.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 121 (47.66% from 255) = 21.68%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=36.20%
G=21.68%
B=42.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021212350.140.4900.08282.6374.0369.8
HexCA79EBE310811b4a46
Octal3121713531661010433112106
Binary1100101011110011110101111101100010100010001101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79EB; }

 p { color: rgb(202,121,235); }

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

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

 a { background-color: rgb(202,121,235); }

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

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

 span { border-color: rgb(202,121,235); }

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