Shades of Lilac #C59FCC
Tints of Lilac #C59FCC
RGB
CMYK
RGB Variations
Color information
#C59FCC (or 0xC59FCC) is known color: Lilac. HEX triplet: C5, 9F and CC. RGB value is (197,159,204). Sum of RGB (Red+Green+Blue) = 197+159+204=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #C59FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FCC is #3A6033. Grayscale: #AFAFAF. Windows color (decimal): -3825716 or 13410245. OLE color: 13410245.
HSL color Cylindrical-coordinate representation of color #C59FCC: hue angle of 290.67º degrees, saturation: 0.31, 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 #C59FCC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 159 | 204 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.2 |
| HSL | 290.67º | 0.31% | 0.71% | - |
| HSV(B) | 290.67º | 0.22% | 0.8% | - |
| XYZ | 46.32 | 41.03 | 62.6 | - |
| YUV | 175.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 204 | 0.03 | 0.22 | 0 | 0.2 | 290.67 | 0.31 | 0.71 |
| Hex | C5 | 9F | CC | 3 | 16 | 0 | 14 | 123 | 1F | 47 |
| Octal | 305 | 237 | 314 | 3 | 26 | 0 | 24 | 443 | 37 | 107 |
| Binary | 11000101 | 10011111 | 11001100 | 11 | 10110 | 0 | 10100 | 100100011 | 11111 | 1000111 |
Color Harmonies of #C59FCC
Complementary color
Monochromatic Colors of #C59FCC
Black with #C59FCC
Text Example
Text Example
White with #C59FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FCC; }
p { color: rgb(197,159,204); }
H1.HeaderClassName
{
color: #C59FCC;
}
.AnyTagClassName
{
color: #C59FCC;
}
</style>
background-color css
<style>
a { background-color: #C59FCC; }
a { background-color: rgb(197,159,204); }
div.DivClassName
{
background-color: #C59FCC;
}
.BgClassName
{
background-color: #C59FCC;
}
</style>
border-color css
<style>
span { border-color: #C59FCC; }
span { border-color: rgb(197,159,204); }
td.TdClassName
{
border-color: #C59FCC;
}
.TagClassName
{
border-color: #C59FCC;
}
</style>