Shades of Lilac #C19BC0
Tints of Lilac #C19BC0
RGB
CMYK
RGB Variations
Color information
#C19BC0 (or 0xC19BC0) is known color: Lilac. HEX triplet: C1, 9B and C0. RGB value is (193,155,192). Sum of RGB (Red+Green+Blue) = 193+155+192=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BC0 is #3E643F. Grayscale: #AAAAAA. Windows color (decimal): -4088896 or 12622785. OLE color: 12622785.
HSL color Cylindrical-coordinate representation of color #C19BC0: hue angle of 301.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19BC0 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 192 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.24 |
| HSL | 301.58º | 0.23% | 0.68% | - |
| HSV(B) | 301.58º | 0.2% | 0.76% | - |
| XYZ | 43.23 | 38.59 | 55.04 | - |
| YUV | 170.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 192 | 0 | 0.20 | 0.01 | 0.24 | 301.58 | 0.23 | 0.68 |
| Hex | C1 | 9B | C0 | 0 | 14 | 1 | 18 | 12E | 17 | 44 |
| Octal | 301 | 233 | 300 | 0 | 24 | 1 | 30 | 456 | 27 | 104 |
| Binary | 11000001 | 10011011 | 11000000 | 0 | 10100 | 1 | 11000 | 100101110 | 10111 | 1000100 |
Color Harmonies of #C19BC0
Complementary color
Monochromatic Colors of #C19BC0
Black with #C19BC0
Text Example
Text Example
White with #C19BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BC0; }
p { color: rgb(193,155,192); }
H1.HeaderClassName
{
color: #C19BC0;
}
.AnyTagClassName
{
color: #C19BC0;
}
</style>
background-color css
<style>
a { background-color: #C19BC0; }
a { background-color: rgb(193,155,192); }
div.DivClassName
{
background-color: #C19BC0;
}
.BgClassName
{
background-color: #C19BC0;
}
</style>
border-color css
<style>
span { border-color: #C19BC0; }
span { border-color: rgb(193,155,192); }
td.TdClassName
{
border-color: #C19BC0;
}
.TagClassName
{
border-color: #C19BC0;
}
</style>