Shades of Lilac #CC9FCC
Tints of Lilac #CC9FCC
RGB
CMYK
RGB Variations
Color information
#CC9FCC (or 0xCC9FCC) is known color: Lilac. HEX triplet: CC, 9F and CC. RGB value is (204,159,204). Sum of RGB (Red+Green+Blue) = 204+159+204=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FCC is #336033. Grayscale: #B1B1B1. Windows color (decimal): -3366964 or 13410252. OLE color: 13410252.
HSL color Cylindrical-coordinate representation of color #CC9FCC: hue angle of 300º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CC9FCC is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 159 | 204 | - |
CMYK | 0 | 0.22 | 0 | 0.2 |
HSL | 300º | 0.31% | 0.71% | - |
HSV(B) | 300º | 0.22% | 0.8% | - |
XYZ | 48.2 | 41.99 | 62.69 | - |
YUV | 177.59 | 142.91 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 159 | 204 | 0 | 0.22 | 0 | 0.2 | 300 | 0.31 | 0.71 |
Hex | CC | 9F | CC | 0 | 16 | 0 | 14 | 12C | 1F | 47 |
Octal | 314 | 237 | 314 | 0 | 26 | 0 | 24 | 454 | 37 | 107 |
Binary | 11001100 | 10011111 | 11001100 | 0 | 10110 | 0 | 10100 | 100101100 | 11111 | 1000111 |
Color Harmonies of #CC9FCC
Complementary color
Monochromatic Colors of #CC9FCC
Black with #CC9FCC
Text Example
Text Example
White with #CC9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9FCC; }
p { color: rgb(204,159,204); }
H1.HeaderClassName
{
color: #CC9FCC;
}
.AnyTagClassName
{
color: #CC9FCC;
}
</style>
background-color css
<style>
a { background-color: #CC9FCC; }
a { background-color: rgb(204,159,204); }
div.DivClassName
{
background-color: #CC9FCC;
}
.BgClassName
{
background-color: #CC9FCC;
}
</style>
border-color css
<style>
span { border-color: #CC9FCC; }
span { border-color: rgb(204,159,204); }
td.TdClassName
{
border-color: #CC9FCC;
}
.TagClassName
{
border-color: #CC9FCC;
}
</style>