Shades of Lilac #C19DC6
Tints of Lilac #C19DC6
RGB
CMYK
RGB Variations
Color information
#C19DC6 (or 0xC19DC6) is known color: Lilac. HEX triplet: C1, 9D and C6. RGB value is (193,157,198). Sum of RGB (Red+Green+Blue) = 193+157+198=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #C19DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DC6 is #3E6239. Grayscale: #ACACAC. Windows color (decimal): -4088378 or 13016513. OLE color: 13016513.
HSL color Cylindrical-coordinate representation of color #C19DC6: hue angle of 292.68º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C19DC6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 157 | 198 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.22 |
| HSL | 292.68º | 0.26% | 0.7% | - |
| HSV(B) | 292.68º | 0.21% | 0.78% | - |
| XYZ | 44.24 | 39.53 | 58.72 | - |
| YUV | 172.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 198 | 0.03 | 0.21 | 0 | 0.22 | 292.68 | 0.26 | 0.7 |
| Hex | C1 | 9D | C6 | 3 | 15 | 0 | 16 | 125 | 1A | 46 |
| Octal | 301 | 235 | 306 | 3 | 25 | 0 | 26 | 445 | 32 | 106 |
| Binary | 11000001 | 10011101 | 11000110 | 11 | 10101 | 0 | 10110 | 100100101 | 11010 | 1000110 |
Color Harmonies of #C19DC6
Complementary color
Monochromatic Colors of #C19DC6
Black with #C19DC6
Text Example
Text Example
White with #C19DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DC6; }
p { color: rgb(193,157,198); }
H1.HeaderClassName
{
color: #C19DC6;
}
.AnyTagClassName
{
color: #C19DC6;
}
</style>
background-color css
<style>
a { background-color: #C19DC6; }
a { background-color: rgb(193,157,198); }
div.DivClassName
{
background-color: #C19DC6;
}
.BgClassName
{
background-color: #C19DC6;
}
</style>
border-color css
<style>
span { border-color: #C19DC6; }
span { border-color: rgb(193,157,198); }
td.TdClassName
{
border-color: #C19DC6;
}
.TagClassName
{
border-color: #C19DC6;
}
</style>