Shades of Lilac #C19FC0
Tints of Lilac #C19FC0
RGB
CMYK
RGB Variations
Color information
#C19FC0 (or 0xC19FC0) is known color: Lilac. HEX triplet: C1, 9F and C0. RGB value is (193,159,192). Sum of RGB (Red+Green+Blue) = 193+159+192=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FC0 is #3E603F. Grayscale: #ACACAC. Windows color (decimal): -4087872 or 12623809. OLE color: 12623809.
HSL color Cylindrical-coordinate representation of color #C19FC0: hue angle of 301.76º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FC0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 192 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.24 |
| HSL | 301.76º | 0.22% | 0.69% | - |
| HSV(B) | 301.76º | 0.18% | 0.76% | - |
| XYZ | 43.9 | 39.94 | 55.26 | - |
| YUV | 172.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 192 | 0 | 0.18 | 0.01 | 0.24 | 301.76 | 0.22 | 0.69 |
| Hex | C1 | 9F | C0 | 0 | 12 | 1 | 18 | 12E | 16 | 45 |
| Octal | 301 | 237 | 300 | 0 | 22 | 1 | 30 | 456 | 26 | 105 |
| Binary | 11000001 | 10011111 | 11000000 | 0 | 10010 | 1 | 11000 | 100101110 | 10110 | 1000101 |
Color Harmonies of #C19FC0
Complementary color
Monochromatic Colors of #C19FC0
Black with #C19FC0
Text Example
Text Example
White with #C19FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FC0; }
p { color: rgb(193,159,192); }
H1.HeaderClassName
{
color: #C19FC0;
}
.AnyTagClassName
{
color: #C19FC0;
}
</style>
background-color css
<style>
a { background-color: #C19FC0; }
a { background-color: rgb(193,159,192); }
div.DivClassName
{
background-color: #C19FC0;
}
.BgClassName
{
background-color: #C19FC0;
}
</style>
border-color css
<style>
span { border-color: #C19FC0; }
span { border-color: rgb(193,159,192); }
td.TdClassName
{
border-color: #C19FC0;
}
.TagClassName
{
border-color: #C19FC0;
}
</style>