Shades of Lilac #C99DD0
Tints of Lilac #C99DD0
RGB
CMYK
RGB Variations
Color information
#C99DD0 (or 0xC99DD0) is known color: Lilac. HEX triplet: C9, 9D and D0. RGB value is (201,157,208). Sum of RGB (Red+Green+Blue) = 201+157+208=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #C99DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DD0 is #36622F. Grayscale: #AFAFAF. Windows color (decimal): -3564080 or 13671881. OLE color: 13671881.
HSL color Cylindrical-coordinate representation of color #C99DD0: hue angle of 291.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99DD0 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 157 | 208 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.18 |
| HSL | 291.76º | 0.35% | 0.72% | - |
| HSV(B) | 291.76º | 0.25% | 0.82% | - |
| XYZ | 47.53 | 41.09 | 65.1 | - |
| YUV | 175.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 208 | 0.03 | 0.25 | 0 | 0.18 | 291.76 | 0.35 | 0.72 |
| Hex | C9 | 9D | D0 | 3 | 19 | 0 | 12 | 124 | 23 | 48 |
| Octal | 311 | 235 | 320 | 3 | 31 | 0 | 22 | 444 | 43 | 110 |
| Binary | 11001001 | 10011101 | 11010000 | 11 | 11001 | 0 | 10010 | 100100100 | 100011 | 1001000 |
Color Harmonies of #C99DD0
Complementary color
Monochromatic Colors of #C99DD0
Black with #C99DD0
Text Example
Text Example
White with #C99DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DD0; }
p { color: rgb(201,157,208); }
H1.HeaderClassName
{
color: #C99DD0;
}
.AnyTagClassName
{
color: #C99DD0;
}
</style>
background-color css
<style>
a { background-color: #C99DD0; }
a { background-color: rgb(201,157,208); }
div.DivClassName
{
background-color: #C99DD0;
}
.BgClassName
{
background-color: #C99DD0;
}
</style>
border-color css
<style>
span { border-color: #C99DD0; }
span { border-color: rgb(201,157,208); }
td.TdClassName
{
border-color: #C99DD0;
}
.TagClassName
{
border-color: #C99DD0;
}
</style>