#CC81EA

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

Shades of Heliotrope #CC81EA

Tints of Heliotrope #CC81EA

Color information

#CC81EA (or 0xCC81EA) is unknown color: approx Heliotrope. HEX triplet: CC, 81 and EA. RGB value is (204,129,234). Sum of RGB (Red+Green+Blue) = 204+129+234=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC81EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81EA is #337E15. Grayscale: #A3A3A3. Windows color (decimal): -3374614 or 15368652. OLE color: 15368652.

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

Color convert

RGB204129234-
CMYK0.130.4500.08
HSL282.86º71.43%71.18%-
HSV(B)282.86º44.87%91.76%-
XYZ47.634.4881.99-
YUV163.39167.85156.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=35.98%
G=22.75%
B=41.27%

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
Decimal2041292340.130.4500.08282.8671.4371.18
HexCC81EAD2D0811b4747
Octal3142013521555010433107107
Binary11001100100000011110101011011011010100010001101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81EA; }

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

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

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

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

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

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

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

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