Shades of Lilac #C9A4CF
Tints of Lilac #C9A4CF
RGB
CMYK
RGB Variations
Color information
#C9A4CF (or 0xC9A4CF) is known color: Lilac. HEX triplet: C9, A4 and CF. RGB value is (201,164,207). Sum of RGB (Red+Green+Blue) = 201+164+207=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4CF is #365B30. Grayscale: #B3B3B3. Windows color (decimal): -3562289 or 13608137. OLE color: 13608137.
HSL color Cylindrical-coordinate representation of color #C9A4CF: hue angle of 291.63º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A4CF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 164 | 207 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.19 |
| HSL | 291.63º | 0.31% | 0.73% | - |
| HSV(B) | 291.63º | 0.21% | 0.81% | - |
| XYZ | 48.63 | 43.47 | 64.86 | - |
| YUV | 179.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 207 | 0.03 | 0.21 | 0 | 0.19 | 291.63 | 0.31 | 0.73 |
| Hex | C9 | A4 | CF | 3 | 15 | 0 | 13 | 124 | 1F | 49 |
| Octal | 311 | 244 | 317 | 3 | 25 | 0 | 23 | 444 | 37 | 111 |
| Binary | 11001001 | 10100100 | 11001111 | 11 | 10101 | 0 | 10011 | 100100100 | 11111 | 1001001 |
Color Harmonies of #C9A4CF
Complementary color
Monochromatic Colors of #C9A4CF
Black with #C9A4CF
Text Example
Text Example
White with #C9A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4CF; }
p { color: rgb(201,164,207); }
H1.HeaderClassName
{
color: #C9A4CF;
}
.AnyTagClassName
{
color: #C9A4CF;
}
</style>
background-color css
<style>
a { background-color: #C9A4CF; }
a { background-color: rgb(201,164,207); }
div.DivClassName
{
background-color: #C9A4CF;
}
.BgClassName
{
background-color: #C9A4CF;
}
</style>
border-color css
<style>
span { border-color: #C9A4CF; }
span { border-color: rgb(201,164,207); }
td.TdClassName
{
border-color: #C9A4CF;
}
.TagClassName
{
border-color: #C9A4CF;
}
</style>