Shades of Lilac #C19CCA
Tints of Lilac #C19CCA
RGB
CMYK
RGB Variations
Color information
#C19CCA (or 0xC19CCA) is known color: Lilac. HEX triplet: C1, 9C and CA. RGB value is (193,156,202). Sum of RGB (Red+Green+Blue) = 193+156+202=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #C19CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CCA is #3E6335. Grayscale: #ACACAC. Windows color (decimal): -4088630 or 13278401. OLE color: 13278401.
HSL color Cylindrical-coordinate representation of color #C19CCA: hue angle of 288.26º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19CCA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 156 | 202 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.21 |
| HSL | 288.26º | 0.3% | 0.7% | - |
| HSV(B) | 288.26º | 0.23% | 0.79% | - |
| XYZ | 44.54 | 39.38 | 61.13 | - |
| YUV | 172.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 202 | 0.04 | 0.23 | 0 | 0.21 | 288.26 | 0.3 | 0.7 |
| Hex | C1 | 9C | CA | 4 | 17 | 0 | 15 | 120 | 1E | 46 |
| Octal | 301 | 234 | 312 | 4 | 27 | 0 | 25 | 440 | 36 | 106 |
| Binary | 11000001 | 10011100 | 11001010 | 100 | 10111 | 0 | 10101 | 100100000 | 11110 | 1000110 |
Color Harmonies of #C19CCA
Complementary color
Monochromatic Colors of #C19CCA
Black with #C19CCA
Text Example
Text Example
White with #C19CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CCA; }
p { color: rgb(193,156,202); }
H1.HeaderClassName
{
color: #C19CCA;
}
.AnyTagClassName
{
color: #C19CCA;
}
</style>
background-color css
<style>
a { background-color: #C19CCA; }
a { background-color: rgb(193,156,202); }
div.DivClassName
{
background-color: #C19CCA;
}
.BgClassName
{
background-color: #C19CCA;
}
</style>
border-color css
<style>
span { border-color: #C19CCA; }
span { border-color: rgb(193,156,202); }
td.TdClassName
{
border-color: #C19CCA;
}
.TagClassName
{
border-color: #C19CCA;
}
</style>