Shades of Lilac #C59FCD
Tints of Lilac #C59FCD
RGB
CMYK
RGB Variations
Color information
#C59FCD (or 0xC59FCD) is known color: Lilac. HEX triplet: C5, 9F and CD. RGB value is (197,159,205). Sum of RGB (Red+Green+Blue) = 197+159+205=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #C59FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FCD is #3A6032. Grayscale: #AFAFAF. Windows color (decimal): -3825715 or 13475781. OLE color: 13475781.
HSL color Cylindrical-coordinate representation of color #C59FCD: hue angle of 289.57º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C59FCD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 159 | 205 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.20 |
| HSL | 289.57º | 0.32% | 0.71% | - |
| HSV(B) | 289.57º | 0.22% | 0.8% | - |
| XYZ | 46.44 | 41.07 | 63.24 | - |
| YUV | 175.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 205 | 0.04 | 0.22 | 0 | 0.20 | 289.57 | 0.32 | 0.71 |
| Hex | C5 | 9F | CD | 4 | 16 | 0 | 14 | 122 | 20 | 47 |
| Octal | 305 | 237 | 315 | 4 | 26 | 0 | 24 | 442 | 40 | 107 |
| Binary | 11000101 | 10011111 | 11001101 | 100 | 10110 | 0 | 10100 | 100100010 | 100000 | 1000111 |
Color Harmonies of #C59FCD
Complementary color
Monochromatic Colors of #C59FCD
Black with #C59FCD
Text Example
Text Example
White with #C59FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FCD; }
p { color: rgb(197,159,205); }
H1.HeaderClassName
{
color: #C59FCD;
}
.AnyTagClassName
{
color: #C59FCD;
}
</style>
background-color css
<style>
a { background-color: #C59FCD; }
a { background-color: rgb(197,159,205); }
div.DivClassName
{
background-color: #C59FCD;
}
.BgClassName
{
background-color: #C59FCD;
}
</style>
border-color css
<style>
span { border-color: #C59FCD; }
span { border-color: rgb(197,159,205); }
td.TdClassName
{
border-color: #C59FCD;
}
.TagClassName
{
border-color: #C59FCD;
}
</style>