#CA80EA

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

Shades of Heliotrope #CA80EA

Tints of Heliotrope #CA80EA

Color information

#CA80EA (or 0xCA80EA) is unknown color: approx Heliotrope. HEX triplet: CA, 80 and EA. RGB value is (202,128,234). Sum of RGB (Red+Green+Blue) = 202+128+234=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80EA is #357F15. Grayscale: #A1A1A1. Windows color (decimal): -3505942 or 15368394. OLE color: 15368394.

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

Color convert

RGB202128234-
CMYK0.140.4500.08
HSL281.89º71.62%70.98%-
HSV(B)281.89º45.3%91.76%-
XYZ46.9333.9481.92-
YUV162.21168.52156.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=35.82%
G=22.70%
B=41.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021282340.140.4500.08281.8971.6270.98
HexCA80EAE2D0811a4847
Octal3122003521655010432110107
Binary11001010100000001110101011101011010100010001101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80EA; }

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

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

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

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

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

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

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

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