Shades of Lilac #C091C9
Tints of Lilac #C091C9
RGB
CMYK
RGB Variations
Color information
#C091C9 (or 0xC091C9) is known color: Lilac. HEX triplet: C0, 91 and C9. RGB value is (192,145,201). Sum of RGB (Red+Green+Blue) = 192+145+201=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #C091C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C9 is #3F6E36. Grayscale: #A5A5A5. Windows color (decimal): -4156983 or 13210048. OLE color: 13210048.
HSL color Cylindrical-coordinate representation of color #C091C9: hue angle of 290.36º 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 #C091C9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 145 | 201 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.21 |
| HSL | 290.36º | 0.34% | 0.68% | - |
| HSV(B) | 290.36º | 0.28% | 0.79% | - |
| XYZ | 42.41 | 35.67 | 59.91 | - |
| YUV | 165.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 201 | 0.04 | 0.28 | 0 | 0.21 | 290.36 | 0.34 | 0.68 |
| Hex | C0 | 91 | C9 | 4 | 1C | 0 | 15 | 122 | 22 | 44 |
| Octal | 300 | 221 | 311 | 4 | 34 | 0 | 25 | 442 | 42 | 104 |
| Binary | 11000000 | 10010001 | 11001001 | 100 | 11100 | 0 | 10101 | 100100010 | 100010 | 1000100 |
Color Harmonies of #C091C9
Complementary color
Monochromatic Colors of #C091C9
Black with #C091C9
Text Example
Text Example
White with #C091C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091C9; }
p { color: rgb(192,145,201); }
H1.HeaderClassName
{
color: #C091C9;
}
.AnyTagClassName
{
color: #C091C9;
}
</style>
background-color css
<style>
a { background-color: #C091C9; }
a { background-color: rgb(192,145,201); }
div.DivClassName
{
background-color: #C091C9;
}
.BgClassName
{
background-color: #C091C9;
}
</style>
border-color css
<style>
span { border-color: #C091C9; }
span { border-color: rgb(192,145,201); }
td.TdClassName
{
border-color: #C091C9;
}
.TagClassName
{
border-color: #C091C9;
}
</style>