Shades of Lilac #C99AD1
Tints of Lilac #C99AD1
RGB
CMYK
RGB Variations
Color information
#C99AD1 (or 0xC99AD1) is known color: Lilac. HEX triplet: C9, 9A and D1. RGB value is (201,154,209). Sum of RGB (Red+Green+Blue) = 201+154+209=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #C99AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD1 is #36652E. Grayscale: #AEAEAE. Windows color (decimal): -3564847 or 13736649. OLE color: 13736649.
HSL color Cylindrical-coordinate representation of color #C99AD1: hue angle of 291.27º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C99AD1 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 154 | 209 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.18 |
| HSL | 291.27º | 0.37% | 0.71% | - |
| HSV(B) | 291.27º | 0.26% | 0.82% | - |
| XYZ | 47.15 | 40.13 | 65.58 | - |
| YUV | 174.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 209 | 0.04 | 0.26 | 0 | 0.18 | 291.27 | 0.37 | 0.71 |
| Hex | C9 | 9A | D1 | 4 | 1A | 0 | 12 | 123 | 25 | 47 |
| Octal | 311 | 232 | 321 | 4 | 32 | 0 | 22 | 443 | 45 | 107 |
| Binary | 11001001 | 10011010 | 11010001 | 100 | 11010 | 0 | 10010 | 100100011 | 100101 | 1000111 |
Color Harmonies of #C99AD1
Complementary color
Monochromatic Colors of #C99AD1
Black with #C99AD1
Text Example
Text Example
White with #C99AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AD1; }
p { color: rgb(201,154,209); }
H1.HeaderClassName
{
color: #C99AD1;
}
.AnyTagClassName
{
color: #C99AD1;
}
</style>
background-color css
<style>
a { background-color: #C99AD1; }
a { background-color: rgb(201,154,209); }
div.DivClassName
{
background-color: #C99AD1;
}
.BgClassName
{
background-color: #C99AD1;
}
</style>
border-color css
<style>
span { border-color: #C99AD1; }
span { border-color: rgb(201,154,209); }
td.TdClassName
{
border-color: #C99AD1;
}
.TagClassName
{
border-color: #C99AD1;
}
</style>