Shades of Lilac #C991C7
Tints of Lilac #C991C7
RGB
CMYK
RGB Variations
Color information
#C991C7 (or 0xC991C7) is known color: Lilac. HEX triplet: C9, 91 and C7. RGB value is (201,145,199). Sum of RGB (Red+Green+Blue) = 201+145+199=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C991C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991C7 is #366E38. Grayscale: #A7A7A7. Windows color (decimal): -3567161 or 13078985. OLE color: 13078985.
HSL color Cylindrical-coordinate representation of color #C991C7: hue angle of 302.14º 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 #C991C7 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 199 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.21 |
| HSL | 302.14º | 0.34% | 0.68% | - |
| HSV(B) | 302.14º | 0.28% | 0.79% | - |
| XYZ | 44.52 | 36.79 | 58.79 | - |
| YUV | 167.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 199 | 0 | 0.28 | 0.01 | 0.21 | 302.14 | 0.34 | 0.68 |
| Hex | C9 | 91 | C7 | 0 | 1C | 1 | 15 | 12E | 22 | 44 |
| Octal | 311 | 221 | 307 | 0 | 34 | 1 | 25 | 456 | 42 | 104 |
| Binary | 11001001 | 10010001 | 11000111 | 0 | 11100 | 1 | 10101 | 100101110 | 100010 | 1000100 |
Color Harmonies of #C991C7
Complementary color
Monochromatic Colors of #C991C7
Black with #C991C7
Text Example
Text Example
White with #C991C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991C7; }
p { color: rgb(201,145,199); }
H1.HeaderClassName
{
color: #C991C7;
}
.AnyTagClassName
{
color: #C991C7;
}
</style>
background-color css
<style>
a { background-color: #C991C7; }
a { background-color: rgb(201,145,199); }
div.DivClassName
{
background-color: #C991C7;
}
.BgClassName
{
background-color: #C991C7;
}
</style>
border-color css
<style>
span { border-color: #C991C7; }
span { border-color: rgb(201,145,199); }
td.TdClassName
{
border-color: #C991C7;
}
.TagClassName
{
border-color: #C991C7;
}
</style>