Shades of Lilac #C9A1CE
Tints of Lilac #C9A1CE
RGB
CMYK
RGB Variations
Color information
#C9A1CE (or 0xC9A1CE) is known color: Lilac. HEX triplet: C9, A1 and CE. RGB value is (201,161,206). Sum of RGB (Red+Green+Blue) = 201+161+206=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1CE is #365E31. Grayscale: #B1B1B1. Windows color (decimal): -3563058 or 13541833. OLE color: 13541833.
HSL color Cylindrical-coordinate representation of color #C9A1CE: hue angle of 293.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9A1CE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 161 | 206 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.19 |
| HSL | 293.33º | 0.31% | 0.72% | - |
| HSV(B) | 293.33º | 0.22% | 0.81% | - |
| XYZ | 47.97 | 42.36 | 64.04 | - |
| YUV | 178.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 206 | 0.02 | 0.22 | 0 | 0.19 | 293.33 | 0.31 | 0.72 |
| Hex | C9 | A1 | CE | 2 | 16 | 0 | 13 | 125 | 1F | 48 |
| Octal | 311 | 241 | 316 | 2 | 26 | 0 | 23 | 445 | 37 | 110 |
| Binary | 11001001 | 10100001 | 11001110 | 10 | 10110 | 0 | 10011 | 100100101 | 11111 | 1001000 |
Color Harmonies of #C9A1CE
Complementary color
Monochromatic Colors of #C9A1CE
Black with #C9A1CE
Text Example
Text Example
White with #C9A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A1CE; }
p { color: rgb(201,161,206); }
H1.HeaderClassName
{
color: #C9A1CE;
}
.AnyTagClassName
{
color: #C9A1CE;
}
</style>
background-color css
<style>
a { background-color: #C9A1CE; }
a { background-color: rgb(201,161,206); }
div.DivClassName
{
background-color: #C9A1CE;
}
.BgClassName
{
background-color: #C9A1CE;
}
</style>
border-color css
<style>
span { border-color: #C9A1CE; }
span { border-color: rgb(201,161,206); }
td.TdClassName
{
border-color: #C9A1CE;
}
.TagClassName
{
border-color: #C9A1CE;
}
</style>