Shades of Lilac #C895D0
Tints of Lilac #C895D0
RGB
CMYK
RGB Variations
Color information
#C895D0 (or 0xC895D0) is known color: Lilac. HEX triplet: C8, 95 and D0. RGB value is (200,149,208). Sum of RGB (Red+Green+Blue) = 200+149+208=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C895D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D0 is #376A2F. Grayscale: #AAAAAA. Windows color (decimal): -3631664 or 13669832. OLE color: 13669832.
HSL color Cylindrical-coordinate representation of color #C895D0: hue angle of 291.86º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C895D0 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 149 | 208 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.18 |
| HSL | 291.86º | 0.39% | 0.7% | - |
| HSV(B) | 291.86º | 0.28% | 0.82% | - |
| XYZ | 45.95 | 38.33 | 64.65 | - |
| YUV | 170.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 208 | 0.04 | 0.28 | 0 | 0.18 | 291.86 | 0.39 | 0.7 |
| Hex | C8 | 95 | D0 | 4 | 1C | 0 | 12 | 124 | 27 | 46 |
| Octal | 310 | 225 | 320 | 4 | 34 | 0 | 22 | 444 | 47 | 106 |
| Binary | 11001000 | 10010101 | 11010000 | 100 | 11100 | 0 | 10010 | 100100100 | 100111 | 1000110 |
Color Harmonies of #C895D0
Complementary color
Monochromatic Colors of #C895D0
Black with #C895D0
Text Example
Text Example
White with #C895D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895D0; }
p { color: rgb(200,149,208); }
H1.HeaderClassName
{
color: #C895D0;
}
.AnyTagClassName
{
color: #C895D0;
}
</style>
background-color css
<style>
a { background-color: #C895D0; }
a { background-color: rgb(200,149,208); }
div.DivClassName
{
background-color: #C895D0;
}
.BgClassName
{
background-color: #C895D0;
}
</style>
border-color css
<style>
span { border-color: #C895D0; }
span { border-color: rgb(200,149,208); }
td.TdClassName
{
border-color: #C895D0;
}
.TagClassName
{
border-color: #C895D0;
}
</style>