#CC80EA

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

Shades of Heliotrope #CC80EA

Tints of Heliotrope #CC80EA

Color information

#CC80EA (or 0xCC80EA) is unknown color: approx Heliotrope. HEX triplet: CC, 80 and EA. RGB value is (204,128,234). Sum of RGB (Red+Green+Blue) = 204+128+234=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80EA is #337F15. Grayscale: #A2A2A2. Windows color (decimal): -3374870 or 15368396. OLE color: 15368396.

HSL color Cylindrical-coordinate representation of color #CC80EA: hue angle of 283.02º 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 #CC80EA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204128234-
CMYK0.130.4500.08
HSL283.02º71.62%70.98%-
HSV(B)283.02º45.3%91.76%-
XYZ47.4734.2281.94-
YUV162.81168.18157.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=36.04%
G=22.61%
B=41.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041282340.130.4500.08283.0271.6270.98
HexCC80EAD2D0811b4847
Octal3142003521555010433110107
Binary11001100100000001110101011011011010100010001101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80EA; }

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

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

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

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

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

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

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

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