Shades of Lilac #C991BF
Tints of Lilac #C991BF
RGB
CMYK
RGB Variations
Color information
#C991BF (or 0xC991BF) is known color: Lilac. HEX triplet: C9, 91 and BF. RGB value is (201,145,191). Sum of RGB (Red+Green+Blue) = 201+145+191=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C991BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991BF is #366E40. Grayscale: #A6A6A6. Windows color (decimal): -3567169 or 12554697. OLE color: 12554697.
HSL color Cylindrical-coordinate representation of color #C991BF: hue angle of 310.71º 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 #C991BF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 191 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.21 |
| HSL | 310.71º | 0.34% | 0.68% | - |
| HSV(B) | 310.71º | 0.28% | 0.79% | - |
| XYZ | 43.62 | 36.43 | 54.02 | - |
| YUV | 166.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 191 | 0 | 0.28 | 0.05 | 0.21 | 310.71 | 0.34 | 0.68 |
| Hex | C9 | 91 | BF | 0 | 1C | 5 | 15 | 137 | 22 | 44 |
| Octal | 311 | 221 | 277 | 0 | 34 | 5 | 25 | 467 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10111111 | 0 | 11100 | 101 | 10101 | 100110111 | 100010 | 1000100 |
Color Harmonies of #C991BF
Complementary color
Monochromatic Colors of #C991BF
Black with #C991BF
Text Example
Text Example
White with #C991BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991BF; }
p { color: rgb(201,145,191); }
H1.HeaderClassName
{
color: #C991BF;
}
.AnyTagClassName
{
color: #C991BF;
}
</style>
background-color css
<style>
a { background-color: #C991BF; }
a { background-color: rgb(201,145,191); }
div.DivClassName
{
background-color: #C991BF;
}
.BgClassName
{
background-color: #C991BF;
}
</style>
border-color css
<style>
span { border-color: #C991BF; }
span { border-color: rgb(201,145,191); }
td.TdClassName
{
border-color: #C991BF;
}
.TagClassName
{
border-color: #C991BF;
}
</style>