Shades of Lilac #C595BF
Tints of Lilac #C595BF
RGB
CMYK
RGB Variations
Color information
#C595BF (or 0xC595BF) is known color: Lilac. HEX triplet: C5, 95 and BF. RGB value is (197,149,191). Sum of RGB (Red+Green+Blue) = 197+149+191=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C595BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595BF is #3A6A40. Grayscale: #A8A8A8. Windows color (decimal): -3828289 or 12555717. OLE color: 12555717.
HSL color Cylindrical-coordinate representation of color #C595BF: hue angle of 307.5º 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 #C595BF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 191 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.23 |
| HSL | 307.5º | 0.29% | 0.68% | - |
| HSV(B) | 307.5º | 0.24% | 0.77% | - |
| XYZ | 43.18 | 37.13 | 54.18 | - |
| YUV | 168.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 191 | 0 | 0.24 | 0.03 | 0.23 | 307.5 | 0.29 | 0.68 |
| Hex | C5 | 95 | BF | 0 | 18 | 3 | 17 | 134 | 1D | 44 |
| Octal | 305 | 225 | 277 | 0 | 30 | 3 | 27 | 464 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10111111 | 0 | 11000 | 11 | 10111 | 100110100 | 11101 | 1000100 |
Color Harmonies of #C595BF
Complementary color
Monochromatic Colors of #C595BF
Black with #C595BF
Text Example
Text Example
White with #C595BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595BF; }
p { color: rgb(197,149,191); }
H1.HeaderClassName
{
color: #C595BF;
}
.AnyTagClassName
{
color: #C595BF;
}
</style>
background-color css
<style>
a { background-color: #C595BF; }
a { background-color: rgb(197,149,191); }
div.DivClassName
{
background-color: #C595BF;
}
.BgClassName
{
background-color: #C595BF;
}
</style>
border-color css
<style>
span { border-color: #C595BF; }
span { border-color: rgb(197,149,191); }
td.TdClassName
{
border-color: #C595BF;
}
.TagClassName
{
border-color: #C595BF;
}
</style>