Shades of Lilac #C596CC
Tints of Lilac #C596CC
RGB
CMYK
RGB Variations
Color information
#C596CC (or 0xC596CC) is known color: Lilac. HEX triplet: C5, 96 and CC. RGB value is (197,150,204). Sum of RGB (Red+Green+Blue) = 197+150+204=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C596CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596CC is #3A6933. Grayscale: #AAAAAA. Windows color (decimal): -3828020 or 13407941. OLE color: 13407941.
HSL color Cylindrical-coordinate representation of color #C596CC: hue angle of 292.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C596CC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 150 | 204 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.2 |
| HSL | 292.22º | 0.35% | 0.69% | - |
| HSV(B) | 292.22º | 0.26% | 0.8% | - |
| XYZ | 44.83 | 38.04 | 62.11 | - |
| YUV | 170.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 204 | 0.03 | 0.26 | 0 | 0.2 | 292.22 | 0.35 | 0.69 |
| Hex | C5 | 96 | CC | 3 | 1A | 0 | 14 | 124 | 23 | 45 |
| Octal | 305 | 226 | 314 | 3 | 32 | 0 | 24 | 444 | 43 | 105 |
| Binary | 11000101 | 10010110 | 11001100 | 11 | 11010 | 0 | 10100 | 100100100 | 100011 | 1000101 |
Color Harmonies of #C596CC
Complementary color
Monochromatic Colors of #C596CC
Black with #C596CC
Text Example
Text Example
White with #C596CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596CC; }
p { color: rgb(197,150,204); }
H1.HeaderClassName
{
color: #C596CC;
}
.AnyTagClassName
{
color: #C596CC;
}
</style>
background-color css
<style>
a { background-color: #C596CC; }
a { background-color: rgb(197,150,204); }
div.DivClassName
{
background-color: #C596CC;
}
.BgClassName
{
background-color: #C596CC;
}
</style>
border-color css
<style>
span { border-color: #C596CC; }
span { border-color: rgb(197,150,204); }
td.TdClassName
{
border-color: #C596CC;
}
.TagClassName
{
border-color: #C596CC;
}
</style>