#CC9CCC

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

Shades of Lilac #CC9CCC

Tints of Lilac #CC9CCC

Color information

#CC9CCC (or 0xCC9CCC) is unknown color: approx Lilac. HEX triplet: CC, 9C and CC. RGB value is (204,156,204). Sum of RGB (Red+Green+Blue) = 204+156+204=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CCC is #336333. Grayscale: #AFAFAF. Windows color (decimal): -3367732 or 13409484. OLE color: 13409484.

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

Color convert

RGB204156204-
CMYK00.2400.2
HSL300º32%70.59%-
HSV(B)300º23.53%80%-
XYZ47.6940.9762.52-
YUV175.82143.9148.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=36.17%
G=27.66%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415620400.2400.23003270.59
HexCC9CCC01801412c2047
Octal31423431403002445440107
Binary1100110010011100110011000110000101001001011001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CCC; }

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

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

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

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

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

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

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

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