Shades of Lilac #C99BD1
Tints of Lilac #C99BD1
RGB
CMYK
RGB Variations
Color information
#C99BD1 (or 0xC99BD1) is known color: Lilac. HEX triplet: C9, 9B and D1. RGB value is (201,155,209). Sum of RGB (Red+Green+Blue) = 201+155+209=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C99BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BD1 is #36642E. Grayscale: #AEAEAE. Windows color (decimal): -3564591 or 13736905. OLE color: 13736905.
HSL color Cylindrical-coordinate representation of color #C99BD1: hue angle of 291.11º 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 #C99BD1 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 155 | 209 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.18 |
| HSL | 291.11º | 0.37% | 0.71% | - |
| HSV(B) | 291.11º | 0.26% | 0.82% | - |
| XYZ | 47.32 | 40.46 | 65.64 | - |
| YUV | 174.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 209 | 0.04 | 0.26 | 0 | 0.18 | 291.11 | 0.37 | 0.71 |
| Hex | C9 | 9B | D1 | 4 | 1A | 0 | 12 | 123 | 25 | 47 |
| Octal | 311 | 233 | 321 | 4 | 32 | 0 | 22 | 443 | 45 | 107 |
| Binary | 11001001 | 10011011 | 11010001 | 100 | 11010 | 0 | 10010 | 100100011 | 100101 | 1000111 |
Color Harmonies of #C99BD1
Complementary color
Monochromatic Colors of #C99BD1
Black with #C99BD1
Text Example
Text Example
White with #C99BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BD1; }
p { color: rgb(201,155,209); }
H1.HeaderClassName
{
color: #C99BD1;
}
.AnyTagClassName
{
color: #C99BD1;
}
</style>
background-color css
<style>
a { background-color: #C99BD1; }
a { background-color: rgb(201,155,209); }
div.DivClassName
{
background-color: #C99BD1;
}
.BgClassName
{
background-color: #C99BD1;
}
</style>
border-color css
<style>
span { border-color: #C99BD1; }
span { border-color: rgb(201,155,209); }
td.TdClassName
{
border-color: #C99BD1;
}
.TagClassName
{
border-color: #C99BD1;
}
</style>