Shades of Lilac #C19DBB
Tints of Lilac #C19DBB
RGB
CMYK
RGB Variations
Color information
#C19DBB (or 0xC19DBB) is known color: Lilac. HEX triplet: C1, 9D and BB. RGB value is (193,157,187). Sum of RGB (Red+Green+Blue) = 193+157+187=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DBB is #3E6244. Grayscale: #ABABAB. Windows color (decimal): -4088389 or 12295617. OLE color: 12295617.
HSL color Cylindrical-coordinate representation of color #C19DBB: hue angle of 310º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19DBB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 187 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.24 |
| HSL | 310º | 0.23% | 0.69% | - |
| HSV(B) | 310º | 0.19% | 0.76% | - |
| XYZ | 43.02 | 39.04 | 52.28 | - |
| YUV | 171.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 187 | 0 | 0.19 | 0.03 | 0.24 | 310 | 0.23 | 0.69 |
| Hex | C1 | 9D | BB | 0 | 13 | 3 | 18 | 136 | 16 | 45 |
| Octal | 301 | 235 | 273 | 0 | 23 | 3 | 30 | 466 | 26 | 105 |
| Binary | 11000001 | 10011101 | 10111011 | 0 | 10011 | 11 | 11000 | 100110110 | 10110 | 1000101 |
Color Harmonies of #C19DBB
Complementary color
Monochromatic Colors of #C19DBB
Black with #C19DBB
Text Example
Text Example
White with #C19DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DBB; }
p { color: rgb(193,157,187); }
H1.HeaderClassName
{
color: #C19DBB;
}
.AnyTagClassName
{
color: #C19DBB;
}
</style>
background-color css
<style>
a { background-color: #C19DBB; }
a { background-color: rgb(193,157,187); }
div.DivClassName
{
background-color: #C19DBB;
}
.BgClassName
{
background-color: #C19DBB;
}
</style>
border-color css
<style>
span { border-color: #C19DBB; }
span { border-color: rgb(193,157,187); }
td.TdClassName
{
border-color: #C19DBB;
}
.TagClassName
{
border-color: #C19DBB;
}
</style>