Shades of Lilac #C19DC3
Tints of Lilac #C19DC3
RGB
CMYK
RGB Variations
Color information
#C19DC3 (or 0xC19DC3) is known color: Lilac. HEX triplet: C1, 9D and C3. RGB value is (193,157,195). Sum of RGB (Red+Green+Blue) = 193+157+195=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 195 - color contains mainly: blue. Hex color #C19DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DC3 is #3E623C. Grayscale: #ABABAB. Windows color (decimal): -4088381 or 12819905. OLE color: 12819905.
HSL color Cylindrical-coordinate representation of color #C19DC3: hue angle of 296.84º degrees, saturation: 0.24, 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 #C19DC3 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 195 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.24 |
| HSL | 296.84º | 0.24% | 0.69% | - |
| HSV(B) | 296.84º | 0.19% | 0.76% | - |
| XYZ | 43.9 | 39.39 | 56.92 | - |
| YUV | 172.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 195 | 0.01 | 0.19 | 0 | 0.24 | 296.84 | 0.24 | 0.69 |
| Hex | C1 | 9D | C3 | 1 | 13 | 0 | 18 | 129 | 18 | 45 |
| Octal | 301 | 235 | 303 | 1 | 23 | 0 | 30 | 451 | 30 | 105 |
| Binary | 11000001 | 10011101 | 11000011 | 1 | 10011 | 0 | 11000 | 100101001 | 11000 | 1000101 |
Color Harmonies of #C19DC3
Complementary color
Monochromatic Colors of #C19DC3
Black with #C19DC3
Text Example
Text Example
White with #C19DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DC3; }
p { color: rgb(193,157,195); }
H1.HeaderClassName
{
color: #C19DC3;
}
.AnyTagClassName
{
color: #C19DC3;
}
</style>
background-color css
<style>
a { background-color: #C19DC3; }
a { background-color: rgb(193,157,195); }
div.DivClassName
{
background-color: #C19DC3;
}
.BgClassName
{
background-color: #C19DC3;
}
</style>
border-color css
<style>
span { border-color: #C19DC3; }
span { border-color: rgb(193,157,195); }
td.TdClassName
{
border-color: #C19DC3;
}
.TagClassName
{
border-color: #C19DC3;
}
</style>