#CA77EA

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

Shades of Heliotrope #CA77EA

Tints of Heliotrope #CA77EA

Color information

#CA77EA (or 0xCA77EA) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and EA. RGB value is (202,119,234). Sum of RGB (Red+Green+Blue) = 202+119+234=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77EA is #358815. Grayscale: #9C9C9C. Windows color (decimal): -3508246 or 15366090. OLE color: 15366090.

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

Color convert

RGB202119234-
CMYK0.140.4900.08
HSL283.3º73.25%69.22%-
HSV(B)283.3º49.15%91.76%-
XYZ45.8131.6981.54-
YUV156.93171.5160.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=36.40%
G=21.44%
B=42.16%

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
Decimal2021192340.140.4900.08283.373.2569.22
HexCA77EAE310811b4945
Octal3121673521661010433111105
Binary1100101011101111110101011101100010100010001101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77EA; }

 p { color: rgb(202,119,234); }

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

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

 a { background-color: rgb(202,119,234); }

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

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

 span { border-color: rgb(202,119,234); }

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