Shades of Lilac #C599CA
Tints of Lilac #C599CA
RGB
CMYK
RGB Variations
Color information
#C599CA (or 0xC599CA) is known color: Lilac. HEX triplet: C5, 99 and CA. RGB value is (197,153,202). Sum of RGB (Red+Green+Blue) = 197+153+202=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #C599CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599CA is #3A6635. Grayscale: #ABABAB. Windows color (decimal): -3827254 or 13277637. OLE color: 13277637.
HSL color Cylindrical-coordinate representation of color #C599CA: hue angle of 293.88º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C599CA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 153 | 202 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.21 |
| HSL | 293.88º | 0.32% | 0.7% | - |
| HSV(B) | 293.88º | 0.24% | 0.79% | - |
| XYZ | 45.08 | 38.92 | 61.01 | - |
| YUV | 171.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 202 | 0.02 | 0.24 | 0 | 0.21 | 293.88 | 0.32 | 0.7 |
| Hex | C5 | 99 | CA | 2 | 18 | 0 | 15 | 126 | 20 | 46 |
| Octal | 305 | 231 | 312 | 2 | 30 | 0 | 25 | 446 | 40 | 106 |
| Binary | 11000101 | 10011001 | 11001010 | 10 | 11000 | 0 | 10101 | 100100110 | 100000 | 1000110 |
Color Harmonies of #C599CA
Complementary color
Monochromatic Colors of #C599CA
Black with #C599CA
Text Example
Text Example
White with #C599CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599CA; }
p { color: rgb(197,153,202); }
H1.HeaderClassName
{
color: #C599CA;
}
.AnyTagClassName
{
color: #C599CA;
}
</style>
background-color css
<style>
a { background-color: #C599CA; }
a { background-color: rgb(197,153,202); }
div.DivClassName
{
background-color: #C599CA;
}
.BgClassName
{
background-color: #C599CA;
}
</style>
border-color css
<style>
span { border-color: #C599CA; }
span { border-color: rgb(197,153,202); }
td.TdClassName
{
border-color: #C599CA;
}
.TagClassName
{
border-color: #C599CA;
}
</style>