Shades of Lilac #C59CCA
Tints of Lilac #C59CCA
RGB
CMYK
RGB Variations
Color information
#C59CCA (or 0xC59CCA) is known color: Lilac. HEX triplet: C5, 9C and CA. RGB value is (197,156,202). Sum of RGB (Red+Green+Blue) = 197+156+202=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #C59CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CCA is #3A6335. Grayscale: #ADADAD. Windows color (decimal): -3826486 or 13278405. OLE color: 13278405.
HSL color Cylindrical-coordinate representation of color #C59CCA: hue angle of 293.48º 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 #C59CCA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 156 | 202 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.21 |
| HSL | 293.48º | 0.3% | 0.7% | - |
| HSV(B) | 293.48º | 0.23% | 0.79% | - |
| XYZ | 45.58 | 39.91 | 61.18 | - |
| YUV | 173.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 202 | 0.02 | 0.23 | 0 | 0.21 | 293.48 | 0.3 | 0.7 |
| Hex | C5 | 9C | CA | 2 | 17 | 0 | 15 | 125 | 1E | 46 |
| Octal | 305 | 234 | 312 | 2 | 27 | 0 | 25 | 445 | 36 | 106 |
| Binary | 11000101 | 10011100 | 11001010 | 10 | 10111 | 0 | 10101 | 100100101 | 11110 | 1000110 |
Color Harmonies of #C59CCA
Complementary color
Monochromatic Colors of #C59CCA
Black with #C59CCA
Text Example
Text Example
White with #C59CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CCA; }
p { color: rgb(197,156,202); }
H1.HeaderClassName
{
color: #C59CCA;
}
.AnyTagClassName
{
color: #C59CCA;
}
</style>
background-color css
<style>
a { background-color: #C59CCA; }
a { background-color: rgb(197,156,202); }
div.DivClassName
{
background-color: #C59CCA;
}
.BgClassName
{
background-color: #C59CCA;
}
</style>
border-color css
<style>
span { border-color: #C59CCA; }
span { border-color: rgb(197,156,202); }
td.TdClassName
{
border-color: #C59CCA;
}
.TagClassName
{
border-color: #C59CCA;
}
</style>