Shades of Lilac #C898CE
Tints of Lilac #C898CE
RGB
CMYK
RGB Variations
Color information
#C898CE (or 0xC898CE) is known color: Lilac. HEX triplet: C8, 98 and CE. RGB value is (200,152,206). Sum of RGB (Red+Green+Blue) = 200+152+206=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C898CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898CE is #376731. Grayscale: #ACACAC. Windows color (decimal): -3630898 or 13539528. OLE color: 13539528.
HSL color Cylindrical-coordinate representation of color #C898CE: hue angle of 293.33º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C898CE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 152 | 206 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.19 |
| HSL | 293.33º | 0.36% | 0.7% | - |
| HSV(B) | 293.33º | 0.26% | 0.81% | - |
| XYZ | 46.19 | 39.19 | 63.52 | - |
| YUV | 172.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 206 | 0.03 | 0.26 | 0 | 0.19 | 293.33 | 0.36 | 0.7 |
| Hex | C8 | 98 | CE | 3 | 1A | 0 | 13 | 125 | 24 | 46 |
| Octal | 310 | 230 | 316 | 3 | 32 | 0 | 23 | 445 | 44 | 106 |
| Binary | 11001000 | 10011000 | 11001110 | 11 | 11010 | 0 | 10011 | 100100101 | 100100 | 1000110 |
Color Harmonies of #C898CE
Complementary color
Monochromatic Colors of #C898CE
Black with #C898CE
Text Example
Text Example
White with #C898CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898CE; }
p { color: rgb(200,152,206); }
H1.HeaderClassName
{
color: #C898CE;
}
.AnyTagClassName
{
color: #C898CE;
}
</style>
background-color css
<style>
a { background-color: #C898CE; }
a { background-color: rgb(200,152,206); }
div.DivClassName
{
background-color: #C898CE;
}
.BgClassName
{
background-color: #C898CE;
}
</style>
border-color css
<style>
span { border-color: #C898CE; }
span { border-color: rgb(200,152,206); }
td.TdClassName
{
border-color: #C898CE;
}
.TagClassName
{
border-color: #C898CE;
}
</style>