Shades of Lilac #C19BC9
Tints of Lilac #C19BC9
RGB
CMYK
RGB Variations
Color information
#C19BC9 (or 0xC19BC9) is known color: Lilac. HEX triplet: C1, 9B and C9. RGB value is (193,155,201). Sum of RGB (Red+Green+Blue) = 193+155+201=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #C19BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BC9 is #3E6436. Grayscale: #ABABAB. Windows color (decimal): -4088887 or 13212609. OLE color: 13212609.
HSL color Cylindrical-coordinate representation of color #C19BC9: hue angle of 289.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19BC9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 155 | 201 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.21 |
| HSL | 289.57º | 0.3% | 0.7% | - |
| HSV(B) | 289.57º | 0.23% | 0.79% | - |
| XYZ | 44.26 | 39 | 60.45 | - |
| YUV | 171.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 201 | 0.04 | 0.23 | 0 | 0.21 | 289.57 | 0.3 | 0.7 |
| Hex | C1 | 9B | C9 | 4 | 17 | 0 | 15 | 122 | 1E | 46 |
| Octal | 301 | 233 | 311 | 4 | 27 | 0 | 25 | 442 | 36 | 106 |
| Binary | 11000001 | 10011011 | 11001001 | 100 | 10111 | 0 | 10101 | 100100010 | 11110 | 1000110 |
Color Harmonies of #C19BC9
Complementary color
Monochromatic Colors of #C19BC9
Black with #C19BC9
Text Example
Text Example
White with #C19BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BC9; }
p { color: rgb(193,155,201); }
H1.HeaderClassName
{
color: #C19BC9;
}
.AnyTagClassName
{
color: #C19BC9;
}
</style>
background-color css
<style>
a { background-color: #C19BC9; }
a { background-color: rgb(193,155,201); }
div.DivClassName
{
background-color: #C19BC9;
}
.BgClassName
{
background-color: #C19BC9;
}
</style>
border-color css
<style>
span { border-color: #C19BC9; }
span { border-color: rgb(193,155,201); }
td.TdClassName
{
border-color: #C19BC9;
}
.TagClassName
{
border-color: #C19BC9;
}
</style>