Shades of Lilac #C19FBC
Tints of Lilac #C19FBC
RGB
CMYK
RGB Variations
Color information
#C19FBC (or 0xC19FBC) is known color: Lilac. HEX triplet: C1, 9F and BC. RGB value is (193,159,188). Sum of RGB (Red+Green+Blue) = 193+159+188=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FBC is #3E6043. Grayscale: #ACACAC. Windows color (decimal): -4087876 or 12361665. OLE color: 12361665.
HSL color Cylindrical-coordinate representation of color #C19FBC: hue angle of 308.82º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FBC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 188 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.24 |
| HSL | 308.82º | 0.22% | 0.69% | - |
| HSV(B) | 308.82º | 0.18% | 0.76% | - |
| XYZ | 43.47 | 39.76 | 52.96 | - |
| YUV | 172.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 188 | 0 | 0.18 | 0.03 | 0.24 | 308.82 | 0.22 | 0.69 |
| Hex | C1 | 9F | BC | 0 | 12 | 3 | 18 | 135 | 16 | 45 |
| Octal | 301 | 237 | 274 | 0 | 22 | 3 | 30 | 465 | 26 | 105 |
| Binary | 11000001 | 10011111 | 10111100 | 0 | 10010 | 11 | 11000 | 100110101 | 10110 | 1000101 |
Color Harmonies of #C19FBC
Complementary color
Monochromatic Colors of #C19FBC
Black with #C19FBC
Text Example
Text Example
White with #C19FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FBC; }
p { color: rgb(193,159,188); }
H1.HeaderClassName
{
color: #C19FBC;
}
.AnyTagClassName
{
color: #C19FBC;
}
</style>
background-color css
<style>
a { background-color: #C19FBC; }
a { background-color: rgb(193,159,188); }
div.DivClassName
{
background-color: #C19FBC;
}
.BgClassName
{
background-color: #C19FBC;
}
</style>
border-color css
<style>
span { border-color: #C19FBC; }
span { border-color: rgb(193,159,188); }
td.TdClassName
{
border-color: #C19FBC;
}
.TagClassName
{
border-color: #C19FBC;
}
</style>