Shades of Lilac #C596C8
Tints of Lilac #C596C8
RGB
CMYK
RGB Variations
Color information
#C596C8 (or 0xC596C8) is known color: Lilac. HEX triplet: C5, 96 and C8. RGB value is (197,150,200). Sum of RGB (Red+Green+Blue) = 197+150+200=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 200 - color contains mainly: blue. Hex color #C596C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596C8 is #3A6937. Grayscale: #A9A9A9. Windows color (decimal): -3828024 or 13145797. OLE color: 13145797.
HSL color Cylindrical-coordinate representation of color #C596C8: hue angle of 296.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C596C8 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 150 | 200 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.22 |
| HSL | 296.4º | 0.31% | 0.69% | - |
| HSV(B) | 296.4º | 0.25% | 0.78% | - |
| XYZ | 44.36 | 37.85 | 59.61 | - |
| YUV | 169.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 200 | 0.02 | 0.25 | 0 | 0.22 | 296.4 | 0.31 | 0.69 |
| Hex | C5 | 96 | C8 | 2 | 19 | 0 | 16 | 128 | 1F | 45 |
| Octal | 305 | 226 | 310 | 2 | 31 | 0 | 26 | 450 | 37 | 105 |
| Binary | 11000101 | 10010110 | 11001000 | 10 | 11001 | 0 | 10110 | 100101000 | 11111 | 1000101 |
Color Harmonies of #C596C8
Complementary color
Monochromatic Colors of #C596C8
Black with #C596C8
Text Example
Text Example
White with #C596C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596C8; }
p { color: rgb(197,150,200); }
H1.HeaderClassName
{
color: #C596C8;
}
.AnyTagClassName
{
color: #C596C8;
}
</style>
background-color css
<style>
a { background-color: #C596C8; }
a { background-color: rgb(197,150,200); }
div.DivClassName
{
background-color: #C596C8;
}
.BgClassName
{
background-color: #C596C8;
}
</style>
border-color css
<style>
span { border-color: #C596C8; }
span { border-color: rgb(197,150,200); }
td.TdClassName
{
border-color: #C596C8;
}
.TagClassName
{
border-color: #C596C8;
}
</style>