Shades of Lilac #C9A5CD
Tints of Lilac #C9A5CD
RGB
CMYK
RGB Variations
Color information
#C9A5CD (or 0xC9A5CD) is known color: Lilac. HEX triplet: C9, A5 and CD. RGB value is (201,165,205). Sum of RGB (Red+Green+Blue) = 201+165+205=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5CD is #365A32. Grayscale: #B4B4B4. Windows color (decimal): -3562035 or 13477321. OLE color: 13477321.
HSL color Cylindrical-coordinate representation of color #C9A5CD: hue angle of 294º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A5CD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 165 | 205 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.20 |
| HSL | 294º | 0.29% | 0.73% | - |
| HSV(B) | 294º | 0.2% | 0.8% | - |
| XYZ | 48.56 | 43.74 | 63.64 | - |
| YUV | 180.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 205 | 0.02 | 0.20 | 0 | 0.20 | 294 | 0.29 | 0.73 |
| Hex | C9 | A5 | CD | 2 | 14 | 0 | 14 | 126 | 1D | 49 |
| Octal | 311 | 245 | 315 | 2 | 24 | 0 | 24 | 446 | 35 | 111 |
| Binary | 11001001 | 10100101 | 11001101 | 10 | 10100 | 0 | 10100 | 100100110 | 11101 | 1001001 |
Color Harmonies of #C9A5CD
Complementary color
Monochromatic Colors of #C9A5CD
Black with #C9A5CD
Text Example
Text Example
White with #C9A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A5CD; }
p { color: rgb(201,165,205); }
H1.HeaderClassName
{
color: #C9A5CD;
}
.AnyTagClassName
{
color: #C9A5CD;
}
</style>
background-color css
<style>
a { background-color: #C9A5CD; }
a { background-color: rgb(201,165,205); }
div.DivClassName
{
background-color: #C9A5CD;
}
.BgClassName
{
background-color: #C9A5CD;
}
</style>
border-color css
<style>
span { border-color: #C9A5CD; }
span { border-color: rgb(201,165,205); }
td.TdClassName
{
border-color: #C9A5CD;
}
.TagClassName
{
border-color: #C9A5CD;
}
</style>