Shades of Lilac #C19BBC
Tints of Lilac #C19BBC
RGB
CMYK
RGB Variations
Color information
#C19BBC (or 0xC19BBC) is known color: Lilac. HEX triplet: C1, 9B and BC. RGB value is (193,155,188). Sum of RGB (Red+Green+Blue) = 193+155+188=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BBC is #3E6443. Grayscale: #AAAAAA. Windows color (decimal): -4088900 or 12360641. OLE color: 12360641.
HSL color Cylindrical-coordinate representation of color #C19BBC: hue angle of 307.89º 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 #C19BBC is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 188 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.24 |
| HSL | 307.89º | 0.23% | 0.68% | - |
| HSV(B) | 307.89º | 0.2% | 0.76% | - |
| XYZ | 42.79 | 38.41 | 52.74 | - |
| YUV | 170.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 188 | 0 | 0.20 | 0.03 | 0.24 | 307.89 | 0.23 | 0.68 |
| Hex | C1 | 9B | BC | 0 | 14 | 3 | 18 | 134 | 17 | 44 |
| Octal | 301 | 233 | 274 | 0 | 24 | 3 | 30 | 464 | 27 | 104 |
| Binary | 11000001 | 10011011 | 10111100 | 0 | 10100 | 11 | 11000 | 100110100 | 10111 | 1000100 |
Color Harmonies of #C19BBC
Complementary color
Monochromatic Colors of #C19BBC
Black with #C19BBC
Text Example
Text Example
White with #C19BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BBC; }
p { color: rgb(193,155,188); }
H1.HeaderClassName
{
color: #C19BBC;
}
.AnyTagClassName
{
color: #C19BBC;
}
</style>
background-color css
<style>
a { background-color: #C19BBC; }
a { background-color: rgb(193,155,188); }
div.DivClassName
{
background-color: #C19BBC;
}
.BgClassName
{
background-color: #C19BBC;
}
</style>
border-color css
<style>
span { border-color: #C19BBC; }
span { border-color: rgb(193,155,188); }
td.TdClassName
{
border-color: #C19BBC;
}
.TagClassName
{
border-color: #C19BBC;
}
</style>