Shades of Lilac #C895BF
Tints of Lilac #C895BF
RGB
CMYK
RGB Variations
Color information
#C895BF (or 0xC895BF) is known color: Lilac. HEX triplet: C8, 95 and BF. RGB value is (200,149,191). Sum of RGB (Red+Green+Blue) = 200+149+191=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C895BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895BF is #376A40. Grayscale: #A8A8A8. Windows color (decimal): -3631681 or 12555720. OLE color: 12555720.
HSL color Cylindrical-coordinate representation of color #C895BF: hue angle of 310.59º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895BF is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 191 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.22 |
| HSL | 310.59º | 0.32% | 0.68% | - |
| HSV(B) | 310.59º | 0.26% | 0.78% | - |
| XYZ | 43.97 | 37.54 | 54.22 | - |
| YUV | 169.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 191 | 0 | 0.26 | 0.04 | 0.22 | 310.59 | 0.32 | 0.68 |
| Hex | C8 | 95 | BF | 0 | 1A | 4 | 16 | 137 | 20 | 44 |
| Octal | 310 | 225 | 277 | 0 | 32 | 4 | 26 | 467 | 40 | 104 |
| Binary | 11001000 | 10010101 | 10111111 | 0 | 11010 | 100 | 10110 | 100110111 | 100000 | 1000100 |
Color Harmonies of #C895BF
Complementary color
Monochromatic Colors of #C895BF
Black with #C895BF
Text Example
Text Example
White with #C895BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895BF; }
p { color: rgb(200,149,191); }
H1.HeaderClassName
{
color: #C895BF;
}
.AnyTagClassName
{
color: #C895BF;
}
</style>
background-color css
<style>
a { background-color: #C895BF; }
a { background-color: rgb(200,149,191); }
div.DivClassName
{
background-color: #C895BF;
}
.BgClassName
{
background-color: #C895BF;
}
</style>
border-color css
<style>
span { border-color: #C895BF; }
span { border-color: rgb(200,149,191); }
td.TdClassName
{
border-color: #C895BF;
}
.TagClassName
{
border-color: #C895BF;
}
</style>