Shades of Lilac #C99AD0
Tints of Lilac #C99AD0
RGB
CMYK
RGB Variations
Color information
#C99AD0 (or 0xC99AD0) is known color: Lilac. HEX triplet: C9, 9A and D0. RGB value is (201,154,208). Sum of RGB (Red+Green+Blue) = 201+154+208=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #C99AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD0 is #36652F. Grayscale: #AEAEAE. Windows color (decimal): -3564848 or 13671113. OLE color: 13671113.
HSL color Cylindrical-coordinate representation of color #C99AD0: hue angle of 292.22º degrees, saturation: 0.36, 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 #C99AD0 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 154 | 208 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.18 |
| HSL | 292.22º | 0.36% | 0.71% | - |
| HSV(B) | 292.22º | 0.26% | 0.82% | - |
| XYZ | 47.03 | 40.08 | 64.93 | - |
| YUV | 174.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 208 | 0.03 | 0.26 | 0 | 0.18 | 292.22 | 0.36 | 0.71 |
| Hex | C9 | 9A | D0 | 3 | 1A | 0 | 12 | 124 | 24 | 47 |
| Octal | 311 | 232 | 320 | 3 | 32 | 0 | 22 | 444 | 44 | 107 |
| Binary | 11001001 | 10011010 | 11010000 | 11 | 11010 | 0 | 10010 | 100100100 | 100100 | 1000111 |
Color Harmonies of #C99AD0
Complementary color
Monochromatic Colors of #C99AD0
Black with #C99AD0
Text Example
Text Example
White with #C99AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AD0; }
p { color: rgb(201,154,208); }
H1.HeaderClassName
{
color: #C99AD0;
}
.AnyTagClassName
{
color: #C99AD0;
}
</style>
background-color css
<style>
a { background-color: #C99AD0; }
a { background-color: rgb(201,154,208); }
div.DivClassName
{
background-color: #C99AD0;
}
.BgClassName
{
background-color: #C99AD0;
}
</style>
border-color css
<style>
span { border-color: #C99AD0; }
span { border-color: rgb(201,154,208); }
td.TdClassName
{
border-color: #C99AD0;
}
.TagClassName
{
border-color: #C99AD0;
}
</style>