Shades of Lilac #C9A5CC
Tints of Lilac #C9A5CC
RGB
CMYK
RGB Variations
Color information
#C9A5CC (or 0xC9A5CC) is known color: Lilac. HEX triplet: C9, A5 and CC. RGB value is (201,165,204). Sum of RGB (Red+Green+Blue) = 201+165+204=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5CC is #365A33. Grayscale: #B4B4B4. Windows color (decimal): -3562036 or 13411785. OLE color: 13411785.
HSL color Cylindrical-coordinate representation of color #C9A5CC: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A5CC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 165 | 204 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.2 |
| HSL | 295.38º | 0.28% | 0.72% | - |
| HSV(B) | 295.38º | 0.19% | 0.8% | - |
| XYZ | 48.44 | 43.69 | 63.01 | - |
| YUV | 180.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 204 | 0.01 | 0.19 | 0 | 0.2 | 295.38 | 0.28 | 0.72 |
| Hex | C9 | A5 | CC | 1 | 13 | 0 | 14 | 127 | 1C | 48 |
| Octal | 311 | 245 | 314 | 1 | 23 | 0 | 24 | 447 | 34 | 110 |
| Binary | 11001001 | 10100101 | 11001100 | 1 | 10011 | 0 | 10100 | 100100111 | 11100 | 1001000 |
Color Harmonies of #C9A5CC
Complementary color
Monochromatic Colors of #C9A5CC
Black with #C9A5CC
Text Example
Text Example
White with #C9A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5CC; }
p { color: rgb(201,165,204); }
H1.HeaderClassName
{
color: #C9A5CC;
}
.AnyTagClassName
{
color: #C9A5CC;
}
</style>
background-color css
<style>
a { background-color: #C9A5CC; }
a { background-color: rgb(201,165,204); }
div.DivClassName
{
background-color: #C9A5CC;
}
.BgClassName
{
background-color: #C9A5CC;
}
</style>
border-color css
<style>
span { border-color: #C9A5CC; }
span { border-color: rgb(201,165,204); }
td.TdClassName
{
border-color: #C9A5CC;
}
.TagClassName
{
border-color: #C9A5CC;
}
</style>