Shades of Lilac #CCA1C9
Tints of Lilac #CCA1C9
RGB
CMYK
RGB Variations
Color information
#CCA1C9 (or 0xCCA1C9) is known color: Lilac. HEX triplet: CC, A1 and C9. RGB value is (204,161,201). Sum of RGB (Red+Green+Blue) = 204+161+201=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C9 is #335E36. Grayscale: #B2B2B2. Windows color (decimal): -3366455 or 13214156. OLE color: 13214156.
HSL color Cylindrical-coordinate representation of color #CCA1C9: hue angle of 304.19º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1C9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 201 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.2 |
| HSL | 304.19º | 0.3% | 0.72% | - |
| HSV(B) | 304.19º | 0.21% | 0.8% | - |
| XYZ | 48.19 | 42.54 | 60.93 | - |
| YUV | 178.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 201 | 0 | 0.21 | 0.01 | 0.2 | 304.19 | 0.3 | 0.72 |
| Hex | CC | A1 | C9 | 0 | 15 | 1 | 14 | 130 | 1E | 48 |
| Octal | 314 | 241 | 311 | 0 | 25 | 1 | 24 | 460 | 36 | 110 |
| Binary | 11001100 | 10100001 | 11001001 | 0 | 10101 | 1 | 10100 | 100110000 | 11110 | 1001000 |
Color Harmonies of #CCA1C9
Complementary color
Monochromatic Colors of #CCA1C9
Black with #CCA1C9
Text Example
Text Example
White with #CCA1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1C9; }
p { color: rgb(204,161,201); }
H1.HeaderClassName
{
color: #CCA1C9;
}
.AnyTagClassName
{
color: #CCA1C9;
}
</style>
background-color css
<style>
a { background-color: #CCA1C9; }
a { background-color: rgb(204,161,201); }
div.DivClassName
{
background-color: #CCA1C9;
}
.BgClassName
{
background-color: #CCA1C9;
}
</style>
border-color css
<style>
span { border-color: #CCA1C9; }
span { border-color: rgb(204,161,201); }
td.TdClassName
{
border-color: #CCA1C9;
}
.TagClassName
{
border-color: #CCA1C9;
}
</style>