Shades of Lilac #CC9CCC
Tints of Lilac #CC9CCC
RGB
CMYK
RGB Variations
Color information
#CC9CCC (or 0xCC9CCC) is known color: 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
| RGB | 204 | 156 | 204 | - |
| CMYK | 0 | 0.24 | 0 | 0.2 |
| HSL | 300º | 0.32% | 0.71% | - |
| HSV(B) | 300º | 0.24% | 0.8% | - |
| XYZ | 47.69 | 40.97 | 62.52 | - |
| YUV | 175.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 204 | 0 | 0.24 | 0 | 0.2 | 300 | 0.32 | 0.71 |
| Hex | CC | 9C | CC | 0 | 18 | 0 | 14 | 12C | 20 | 47 |
| Octal | 314 | 234 | 314 | 0 | 30 | 0 | 24 | 454 | 40 | 107 |
| Binary | 11001100 | 10011100 | 11001100 | 0 | 11000 | 0 | 10100 | 100101100 | 100000 | 1000111 |
Color Harmonies of #CC9CCC
Complementary color
Monochromatic Colors of #CC9CCC
Black with #CC9CCC
Text Example
Text Example
White with #CC9CCC
Text Example
Text Example
HTML Codes & Css Web 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>