Shades of Lilac #C991BE
Tints of Lilac #C991BE
RGB
CMYK
RGB Variations
Color information
#C991BE (or 0xC991BE) is known color: Lilac. HEX triplet: C9, 91 and BE. RGB value is (201,145,190). Sum of RGB (Red+Green+Blue) = 201+145+190=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C991BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991BE is #366E41. Grayscale: #A6A6A6. Windows color (decimal): -3567170 or 12489161. OLE color: 12489161.
HSL color Cylindrical-coordinate representation of color #C991BE: hue angle of 311.79º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991BE is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 190 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.21 |
| HSL | 311.79º | 0.34% | 0.68% | - |
| HSV(B) | 311.79º | 0.28% | 0.79% | - |
| XYZ | 43.51 | 36.39 | 53.45 | - |
| YUV | 166.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 190 | 0 | 0.28 | 0.05 | 0.21 | 311.79 | 0.34 | 0.68 |
| Hex | C9 | 91 | BE | 0 | 1C | 5 | 15 | 138 | 22 | 44 |
| Octal | 311 | 221 | 276 | 0 | 34 | 5 | 25 | 470 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10111110 | 0 | 11100 | 101 | 10101 | 100111000 | 100010 | 1000100 |
Color Harmonies of #C991BE
Complementary color
Monochromatic Colors of #C991BE
Black with #C991BE
Text Example
Text Example
White with #C991BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991BE; }
p { color: rgb(201,145,190); }
H1.HeaderClassName
{
color: #C991BE;
}
.AnyTagClassName
{
color: #C991BE;
}
</style>
background-color css
<style>
a { background-color: #C991BE; }
a { background-color: rgb(201,145,190); }
div.DivClassName
{
background-color: #C991BE;
}
.BgClassName
{
background-color: #C991BE;
}
</style>
border-color css
<style>
span { border-color: #C991BE; }
span { border-color: rgb(201,145,190); }
td.TdClassName
{
border-color: #C991BE;
}
.TagClassName
{
border-color: #C991BE;
}
</style>