Shades of Lilac #C19DBF
Tints of Lilac #C19DBF
RGB
CMYK
RGB Variations
Color information
#C19DBF (or 0xC19DBF) is known color: Lilac. HEX triplet: C1, 9D and BF. RGB value is (193,157,191). Sum of RGB (Red+Green+Blue) = 193+157+191=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DBF is #3E6240. Grayscale: #ABABAB. Windows color (decimal): -4088385 or 12557761. OLE color: 12557761.
HSL color Cylindrical-coordinate representation of color #C19DBF: hue angle of 303.33º 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 #C19DBF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 191 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.24 |
| HSL | 303.33º | 0.23% | 0.69% | - |
| HSV(B) | 303.33º | 0.19% | 0.76% | - |
| XYZ | 43.45 | 39.21 | 54.57 | - |
| YUV | 171.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 191 | 0 | 0.19 | 0.01 | 0.24 | 303.33 | 0.23 | 0.69 |
| Hex | C1 | 9D | BF | 0 | 13 | 1 | 18 | 12F | 16 | 45 |
| Octal | 301 | 235 | 277 | 0 | 23 | 1 | 30 | 457 | 26 | 105 |
| Binary | 11000001 | 10011101 | 10111111 | 0 | 10011 | 1 | 11000 | 100101111 | 10110 | 1000101 |
Color Harmonies of #C19DBF
Complementary color
Monochromatic Colors of #C19DBF
Black with #C19DBF
Text Example
Text Example
White with #C19DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DBF; }
p { color: rgb(193,157,191); }
H1.HeaderClassName
{
color: #C19DBF;
}
.AnyTagClassName
{
color: #C19DBF;
}
</style>
background-color css
<style>
a { background-color: #C19DBF; }
a { background-color: rgb(193,157,191); }
div.DivClassName
{
background-color: #C19DBF;
}
.BgClassName
{
background-color: #C19DBF;
}
</style>
border-color css
<style>
span { border-color: #C19DBF; }
span { border-color: rgb(193,157,191); }
td.TdClassName
{
border-color: #C19DBF;
}
.TagClassName
{
border-color: #C19DBF;
}
</style>