#CC81EE

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

Shades of Heliotrope #CC81EE

Tints of Heliotrope #CC81EE

Color information

#CC81EE (or 0xCC81EE) is unknown color: approx Heliotrope. HEX triplet: CC, 81 and EE. RGB value is (204,129,238). Sum of RGB (Red+Green+Blue) = 204+129+238=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81EE is #337E11. Grayscale: #A3A3A3. Windows color (decimal): -3374610 or 15630796. OLE color: 15630796.

HSL color Cylindrical-coordinate representation of color #CC81EE: hue angle of 281.28º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC81EE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204129238-
CMYK0.140.4600.07
HSL281.28º76.22%71.96%-
HSV(B)281.28º45.8%93.33%-
XYZ48.1834.7185.05-
YUV163.85169.85156.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=35.73%
G=22.59%
B=41.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041292380.140.4600.07281.2876.2271.96
HexCC81EEE2E071194c48
Octal314201356165607431114110
Binary1100110010000001111011101110101110011110001100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81EE; }

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

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

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

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

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

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

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

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