Shades of Lilac #C595BD
Tints of Lilac #C595BD
RGB
CMYK
RGB Variations
Color information
#C595BD (or 0xC595BD) is known color: Lilac. HEX triplet: C5, 95 and BD. RGB value is (197,149,189). Sum of RGB (Red+Green+Blue) = 197+149+189=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C595BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595BD is #3A6A42. Grayscale: #A7A7A7. Windows color (decimal): -3828291 or 12424645. OLE color: 12424645.
HSL color Cylindrical-coordinate representation of color #C595BD: hue angle of 310º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C595BD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 189 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.23 |
| HSL | 310º | 0.29% | 0.68% | - |
| HSV(B) | 310º | 0.24% | 0.77% | - |
| XYZ | 42.96 | 37.04 | 53.03 | - |
| YUV | 167.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 189 | 0 | 0.24 | 0.04 | 0.23 | 310 | 0.29 | 0.68 |
| Hex | C5 | 95 | BD | 0 | 18 | 4 | 17 | 136 | 1D | 44 |
| Octal | 305 | 225 | 275 | 0 | 30 | 4 | 27 | 466 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10111101 | 0 | 11000 | 100 | 10111 | 100110110 | 11101 | 1000100 |
Color Harmonies of #C595BD
Complementary color
Monochromatic Colors of #C595BD
Black with #C595BD
Text Example
Text Example
White with #C595BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595BD; }
p { color: rgb(197,149,189); }
H1.HeaderClassName
{
color: #C595BD;
}
.AnyTagClassName
{
color: #C595BD;
}
</style>
background-color css
<style>
a { background-color: #C595BD; }
a { background-color: rgb(197,149,189); }
div.DivClassName
{
background-color: #C595BD;
}
.BgClassName
{
background-color: #C595BD;
}
</style>
border-color css
<style>
span { border-color: #C595BD; }
span { border-color: rgb(197,149,189); }
td.TdClassName
{
border-color: #C595BD;
}
.TagClassName
{
border-color: #C595BD;
}
</style>