Shades of Lilac #C9A4C8
Tints of Lilac #C9A4C8
RGB
CMYK
RGB Variations
Color information
#C9A4C8 (or 0xC9A4C8) is known color: Lilac. HEX triplet: C9, A4 and C8. RGB value is (201,164,200). Sum of RGB (Red+Green+Blue) = 201+164+200=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4C8 is #365B37. Grayscale: #B3B3B3. Windows color (decimal): -3562296 or 13149385. OLE color: 13149385.
HSL color Cylindrical-coordinate representation of color #C9A4C8: hue angle of 301.62º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A4C8 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 200 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.21 |
| HSL | 301.62º | 0.26% | 0.72% | - |
| HSV(B) | 301.62º | 0.18% | 0.79% | - |
| XYZ | 47.79 | 43.14 | 60.45 | - |
| YUV | 179.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 200 | 0 | 0.18 | 0.00 | 0.21 | 301.62 | 0.26 | 0.72 |
| Hex | C9 | A4 | C8 | 0 | 12 | 0 | 15 | 12E | 1A | 48 |
| Octal | 311 | 244 | 310 | 0 | 22 | 0 | 25 | 456 | 32 | 110 |
| Binary | 11001001 | 10100100 | 11001000 | 0 | 10010 | 0 | 10101 | 100101110 | 11010 | 1001000 |
Color Harmonies of #C9A4C8
Complementary color
Monochromatic Colors of #C9A4C8
Black with #C9A4C8
Text Example
Text Example
White with #C9A4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4C8; }
p { color: rgb(201,164,200); }
H1.HeaderClassName
{
color: #C9A4C8;
}
.AnyTagClassName
{
color: #C9A4C8;
}
</style>
background-color css
<style>
a { background-color: #C9A4C8; }
a { background-color: rgb(201,164,200); }
div.DivClassName
{
background-color: #C9A4C8;
}
.BgClassName
{
background-color: #C9A4C8;
}
</style>
border-color css
<style>
span { border-color: #C9A4C8; }
span { border-color: rgb(201,164,200); }
td.TdClassName
{
border-color: #C9A4C8;
}
.TagClassName
{
border-color: #C9A4C8;
}
</style>