Shades of Lilac #C595CC
Tints of Lilac #C595CC
RGB
CMYK
RGB Variations
Color information
#C595CC (or 0xC595CC) is known color: Lilac. HEX triplet: C5, 95 and CC. RGB value is (197,149,204). Sum of RGB (Red+Green+Blue) = 197+149+204=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C595CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595CC is #3A6A33. Grayscale: #A9A9A9. Windows color (decimal): -3828276 or 13407685. OLE color: 13407685.
HSL color Cylindrical-coordinate representation of color #C595CC: hue angle of 292.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C595CC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 149 | 204 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.2 |
| HSL | 292.36º | 0.35% | 0.69% | - |
| HSV(B) | 292.36º | 0.27% | 0.8% | - |
| XYZ | 44.67 | 37.72 | 62.05 | - |
| YUV | 169.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 204 | 0.03 | 0.27 | 0 | 0.2 | 292.36 | 0.35 | 0.69 |
| Hex | C5 | 95 | CC | 3 | 1B | 0 | 14 | 124 | 23 | 45 |
| Octal | 305 | 225 | 314 | 3 | 33 | 0 | 24 | 444 | 43 | 105 |
| Binary | 11000101 | 10010101 | 11001100 | 11 | 11011 | 0 | 10100 | 100100100 | 100011 | 1000101 |
Color Harmonies of #C595CC
Complementary color
Monochromatic Colors of #C595CC
Black with #C595CC
Text Example
Text Example
White with #C595CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595CC; }
p { color: rgb(197,149,204); }
H1.HeaderClassName
{
color: #C595CC;
}
.AnyTagClassName
{
color: #C595CC;
}
</style>
background-color css
<style>
a { background-color: #C595CC; }
a { background-color: rgb(197,149,204); }
div.DivClassName
{
background-color: #C595CC;
}
.BgClassName
{
background-color: #C595CC;
}
</style>
border-color css
<style>
span { border-color: #C595CC; }
span { border-color: rgb(197,149,204); }
td.TdClassName
{
border-color: #C595CC;
}
.TagClassName
{
border-color: #C595CC;
}
</style>