#CC81E8

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

Shades of Heliotrope #CC81E8

Tints of Heliotrope #CC81E8

Color information

#CC81E8 (or 0xCC81E8) is unknown color: approx Heliotrope. HEX triplet: CC, 81 and E8. RGB value is (204,129,232). Sum of RGB (Red+Green+Blue) = 204+129+232=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC81E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81E8 is #337E17. Grayscale: #A2A2A2. Windows color (decimal): -3374616 or 15237580. OLE color: 15237580.

HSL color Cylindrical-coordinate representation of color #CC81E8: hue angle of 283.69º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC81E8 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204129232-
CMYK0.120.4400.09
HSL283.69º69.13%70.78%-
HSV(B)283.69º44.4%90.98%-
XYZ47.3234.3680.48-
YUV163.17166.85157.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=36.11%
G=22.83%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041292320.120.4400.09283.6969.1370.78
HexCC81E8C2C0911c4547
Octal3142013501454011434105107
Binary11001100100000011110100011001011000100110001110010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81E8; }

 p { color: rgb(204,129,232); }

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

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

 a { background-color: rgb(204,129,232); }

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

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

 span { border-color: rgb(204,129,232); }

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