Shades of Lilac #CC8BC9
Tints of Lilac #CC8BC9
RGB
CMYK
RGB Variations
Color information
#CC8BC9 (or 0xCC8BC9) is known color: Lilac. HEX triplet: CC, 8B and C9. RGB value is (204,139,201). Sum of RGB (Red+Green+Blue) = 204+139+201=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BC9 is #337436. Grayscale: #A5A5A5. Windows color (decimal): -3372087 or 13208524. OLE color: 13208524.
HSL color Cylindrical-coordinate representation of color #CC8BC9: hue angle of 302.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BC9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 201 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.2 |
| HSL | 302.77º | 0.39% | 0.67% | - |
| HSV(B) | 302.77º | 0.32% | 0.8% | - |
| XYZ | 44.68 | 35.52 | 59.76 | - |
| YUV | 165.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 201 | 0 | 0.32 | 0.01 | 0.2 | 302.77 | 0.39 | 0.67 |
| Hex | CC | 8B | C9 | 0 | 20 | 1 | 14 | 12F | 27 | 43 |
| Octal | 314 | 213 | 311 | 0 | 40 | 1 | 24 | 457 | 47 | 103 |
| Binary | 11001100 | 10001011 | 11001001 | 0 | 100000 | 1 | 10100 | 100101111 | 100111 | 1000011 |
Color Harmonies of #CC8BC9
Complementary color
Monochromatic Colors of #CC8BC9
Black with #CC8BC9
Text Example
Text Example
White with #CC8BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BC9; }
p { color: rgb(204,139,201); }
H1.HeaderClassName
{
color: #CC8BC9;
}
.AnyTagClassName
{
color: #CC8BC9;
}
</style>
background-color css
<style>
a { background-color: #CC8BC9; }
a { background-color: rgb(204,139,201); }
div.DivClassName
{
background-color: #CC8BC9;
}
.BgClassName
{
background-color: #CC8BC9;
}
</style>
border-color css
<style>
span { border-color: #CC8BC9; }
span { border-color: rgb(204,139,201); }
td.TdClassName
{
border-color: #CC8BC9;
}
.TagClassName
{
border-color: #CC8BC9;
}
</style>