Shades of Lilac #C991C5
Tints of Lilac #C991C5
RGB
CMYK
RGB Variations
Color information
#C991C5 (or 0xC991C5) is known color: Lilac. HEX triplet: C9, 91 and C5. RGB value is (201,145,197). Sum of RGB (Red+Green+Blue) = 201+145+197=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C991C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991C5 is #366E3A. Grayscale: #A7A7A7. Windows color (decimal): -3567163 or 12947913. OLE color: 12947913.
HSL color Cylindrical-coordinate representation of color #C991C5: hue angle of 304.29º 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 #C991C5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 197 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.21 |
| HSL | 304.29º | 0.34% | 0.68% | - |
| HSV(B) | 304.29º | 0.28% | 0.79% | - |
| XYZ | 44.29 | 36.7 | 57.57 | - |
| YUV | 167.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 197 | 0 | 0.28 | 0.02 | 0.21 | 304.29 | 0.34 | 0.68 |
| Hex | C9 | 91 | C5 | 0 | 1C | 2 | 15 | 130 | 22 | 44 |
| Octal | 311 | 221 | 305 | 0 | 34 | 2 | 25 | 460 | 42 | 104 |
| Binary | 11001001 | 10010001 | 11000101 | 0 | 11100 | 10 | 10101 | 100110000 | 100010 | 1000100 |
Color Harmonies of #C991C5
Complementary color
Monochromatic Colors of #C991C5
Black with #C991C5
Text Example
Text Example
White with #C991C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991C5; }
p { color: rgb(201,145,197); }
H1.HeaderClassName
{
color: #C991C5;
}
.AnyTagClassName
{
color: #C991C5;
}
</style>
background-color css
<style>
a { background-color: #C991C5; }
a { background-color: rgb(201,145,197); }
div.DivClassName
{
background-color: #C991C5;
}
.BgClassName
{
background-color: #C991C5;
}
</style>
border-color css
<style>
span { border-color: #C991C5; }
span { border-color: rgb(201,145,197); }
td.TdClassName
{
border-color: #C991C5;
}
.TagClassName
{
border-color: #C991C5;
}
</style>