#CA79EC

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

Shades of Heliotrope #CA79EC

Tints of Heliotrope #CA79EC

Color information

#CA79EC (or 0xCA79EC) is unknown color: approx Heliotrope. HEX triplet: CA, 79 and EC. RGB value is (202,121,236). Sum of RGB (Red+Green+Blue) = 202+121+236=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA79EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA79EC is #358613. Grayscale: #9D9D9D. Windows color (decimal): -3507732 or 15497674. OLE color: 15497674.

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

Color convert

RGB202121236-
CMYK0.140.4900.07
HSL282.26º75.16%70%-
HSV(B)282.26º48.73%92.55%-
XYZ46.3332.2983.15-
YUV158.33171.84159.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=36.14%
G=21.65%
B=42.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021212360.140.4900.07282.2675.1670
HexCA79ECE310711a4b46
Octal312171354166107432113106
Binary110010101111001111011001110110001011110001101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79EC; }

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

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

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

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

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

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

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

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