Shades of Lilac #C191C9
Tints of Lilac #C191C9
RGB
CMYK
RGB Variations
Color information
#C191C9 (or 0xC191C9) is known color: Lilac. HEX triplet: C1, 91 and C9. RGB value is (193,145,201). Sum of RGB (Red+Green+Blue) = 193+145+201=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #C191C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191C9 is #3E6E36. Grayscale: #A5A5A5. Windows color (decimal): -4091447 or 13210049. OLE color: 13210049.
HSL color Cylindrical-coordinate representation of color #C191C9: hue angle of 291.43º 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 #C191C9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 145 | 201 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.21 |
| HSL | 291.43º | 0.34% | 0.68% | - |
| HSV(B) | 291.43º | 0.28% | 0.79% | - |
| XYZ | 42.66 | 35.81 | 59.92 | - |
| YUV | 165.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 201 | 0.04 | 0.28 | 0 | 0.21 | 291.43 | 0.34 | 0.68 |
| Hex | C1 | 91 | C9 | 4 | 1C | 0 | 15 | 123 | 22 | 44 |
| Octal | 301 | 221 | 311 | 4 | 34 | 0 | 25 | 443 | 42 | 104 |
| Binary | 11000001 | 10010001 | 11001001 | 100 | 11100 | 0 | 10101 | 100100011 | 100010 | 1000100 |
Color Harmonies of #C191C9
Complementary color
Monochromatic Colors of #C191C9
Black with #C191C9
Text Example
Text Example
White with #C191C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191C9; }
p { color: rgb(193,145,201); }
H1.HeaderClassName
{
color: #C191C9;
}
.AnyTagClassName
{
color: #C191C9;
}
</style>
background-color css
<style>
a { background-color: #C191C9; }
a { background-color: rgb(193,145,201); }
div.DivClassName
{
background-color: #C191C9;
}
.BgClassName
{
background-color: #C191C9;
}
</style>
border-color css
<style>
span { border-color: #C191C9; }
span { border-color: rgb(193,145,201); }
td.TdClassName
{
border-color: #C191C9;
}
.TagClassName
{
border-color: #C191C9;
}
</style>