Shades of Lilac #C495BF
Tints of Lilac #C495BF
RGB
CMYK
RGB Variations
Color information
#C495BF (or 0xC495BF) is known color: Lilac. HEX triplet: C4, 95 and BF. RGB value is (196,149,191). Sum of RGB (Red+Green+Blue) = 196+149+191=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BF is #3B6A40. Grayscale: #A7A7A7. Windows color (decimal): -3893825 or 12555716. OLE color: 12555716.
HSL color Cylindrical-coordinate representation of color #C495BF: hue angle of 306.38º degrees, saturation: 0.28, 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 #C495BF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 191 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.23 |
| HSL | 306.38º | 0.28% | 0.68% | - |
| HSV(B) | 306.38º | 0.24% | 0.77% | - |
| XYZ | 42.92 | 36.99 | 54.17 | - |
| YUV | 167.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 191 | 0 | 0.24 | 0.03 | 0.23 | 306.38 | 0.28 | 0.68 |
| Hex | C4 | 95 | BF | 0 | 18 | 3 | 17 | 132 | 1C | 44 |
| Octal | 304 | 225 | 277 | 0 | 30 | 3 | 27 | 462 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10111111 | 0 | 11000 | 11 | 10111 | 100110010 | 11100 | 1000100 |
Color Harmonies of #C495BF
Complementary color
Monochromatic Colors of #C495BF
Black with #C495BF
Text Example
Text Example
White with #C495BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495BF; }
p { color: rgb(196,149,191); }
H1.HeaderClassName
{
color: #C495BF;
}
.AnyTagClassName
{
color: #C495BF;
}
</style>
background-color css
<style>
a { background-color: #C495BF; }
a { background-color: rgb(196,149,191); }
div.DivClassName
{
background-color: #C495BF;
}
.BgClassName
{
background-color: #C495BF;
}
</style>
border-color css
<style>
span { border-color: #C495BF; }
span { border-color: rgb(196,149,191); }
td.TdClassName
{
border-color: #C495BF;
}
.TagClassName
{
border-color: #C495BF;
}
</style>