Shades of Lilac #C989BD
Tints of Lilac #C989BD
RGB
CMYK
RGB Variations
Color information
#C989BD (or 0xC989BD) is known color: Lilac. HEX triplet: C9, 89 and BD. RGB value is (201,137,189). Sum of RGB (Red+Green+Blue) = 201+137+189=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C989BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989BD is #367642. Grayscale: #A1A1A1. Windows color (decimal): -3569219 or 12421577. OLE color: 12421577.
HSL color Cylindrical-coordinate representation of color #C989BD: hue angle of 311.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C989BD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 189 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.21 |
| HSL | 311.25º | 0.37% | 0.66% | - |
| HSV(B) | 311.25º | 0.32% | 0.79% | - |
| XYZ | 42.22 | 33.98 | 52.48 | - |
| YUV | 162.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 189 | 0 | 0.32 | 0.06 | 0.21 | 311.25 | 0.37 | 0.66 |
| Hex | C9 | 89 | BD | 0 | 20 | 6 | 15 | 137 | 25 | 42 |
| Octal | 311 | 211 | 275 | 0 | 40 | 6 | 25 | 467 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10111101 | 0 | 100000 | 110 | 10101 | 100110111 | 100101 | 1000010 |
Color Harmonies of #C989BD
Complementary color
Monochromatic Colors of #C989BD
Black with #C989BD
Text Example
Text Example
White with #C989BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989BD; }
p { color: rgb(201,137,189); }
H1.HeaderClassName
{
color: #C989BD;
}
.AnyTagClassName
{
color: #C989BD;
}
</style>
background-color css
<style>
a { background-color: #C989BD; }
a { background-color: rgb(201,137,189); }
div.DivClassName
{
background-color: #C989BD;
}
.BgClassName
{
background-color: #C989BD;
}
</style>
border-color css
<style>
span { border-color: #C989BD; }
span { border-color: rgb(201,137,189); }
td.TdClassName
{
border-color: #C989BD;
}
.TagClassName
{
border-color: #C989BD;
}
</style>