#CC80E6

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

Shades of Heliotrope #CC80E6

Tints of Heliotrope #CC80E6

Color information

#CC80E6 (or 0xCC80E6) is unknown color: approx Heliotrope. HEX triplet: CC, 80 and E6. RGB value is (204,128,230). Sum of RGB (Red+Green+Blue) = 204+128+230=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80E6 is #337F19. Grayscale: #A2A2A2. Windows color (decimal): -3374874 or 15106252. OLE color: 15106252.

HSL color Cylindrical-coordinate representation of color #CC80E6: hue angle of 284.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC80E6 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204128230-
CMYK0.110.4400.10
HSL284.71º67.11%70.2%-
HSV(B)284.71º44.35%90.2%-
XYZ46.933.9978.95-
YUV162.35166.18157.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=36.30%
G=22.78%
B=40.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041282300.110.4400.10284.7167.1170.2
HexCC80E6B2C0A11d4346
Octal3142003461354012435103106
Binary11001100100000001110011010111011000101010001110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80E6; }

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

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

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

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

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

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

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

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