#CC8ECC

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

Shades of Lilac #CC8ECC

Tints of Lilac #CC8ECC

Color information

#CC8ECC (or 0xCC8ECC) is unknown color: approx Lilac. HEX triplet: CC, 8E and CC. RGB value is (204,142,204). Sum of RGB (Red+Green+Blue) = 204+142+204=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ECC is #337133. Grayscale: #A7A7A7. Windows color (decimal): -3371316 or 13405900. OLE color: 13405900.

HSL color Cylindrical-coordinate representation of color #CC8ECC: hue angle of 300º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8ECC is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204142204-
CMYK00.3000.2
HSL300º37.8%67.84%-
HSV(B)300º30.39%80%-
XYZ45.4736.5461.78-
YUV167.61148.54153.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 142 (55.86% from 255) = 25.82%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=37.09%
G=25.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414220400.3000.230037.867.84
HexCC8ECC01E01412c2644
Octal31421631403602445446104
Binary1100110010001110110011000111100101001001011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ECC; }

 p { color: rgb(204,142,204); }

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

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

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

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

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

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

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