Shades of Lilac #C898CC
Tints of Lilac #C898CC
RGB
CMYK
RGB Variations
Color information
#C898CC (or 0xC898CC) is known color: Lilac. HEX triplet: C8, 98 and CC. RGB value is (200,152,204). Sum of RGB (Red+Green+Blue) = 200+152+204=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #C898CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898CC is #376733. Grayscale: #ACACAC. Windows color (decimal): -3630900 or 13408456. OLE color: 13408456.
HSL color Cylindrical-coordinate representation of color #C898CC: hue angle of 295.38º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C898CC is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 152 | 204 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.2 |
| HSL | 295.38º | 0.34% | 0.7% | - |
| HSV(B) | 295.38º | 0.25% | 0.8% | - |
| XYZ | 45.95 | 39.1 | 62.25 | - |
| YUV | 172.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 204 | 0.02 | 0.25 | 0 | 0.2 | 295.38 | 0.34 | 0.7 |
| Hex | C8 | 98 | CC | 2 | 19 | 0 | 14 | 127 | 22 | 46 |
| Octal | 310 | 230 | 314 | 2 | 31 | 0 | 24 | 447 | 42 | 106 |
| Binary | 11001000 | 10011000 | 11001100 | 10 | 11001 | 0 | 10100 | 100100111 | 100010 | 1000110 |
Color Harmonies of #C898CC
Complementary color
Monochromatic Colors of #C898CC
Black with #C898CC
Text Example
Text Example
White with #C898CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898CC; }
p { color: rgb(200,152,204); }
H1.HeaderClassName
{
color: #C898CC;
}
.AnyTagClassName
{
color: #C898CC;
}
</style>
background-color css
<style>
a { background-color: #C898CC; }
a { background-color: rgb(200,152,204); }
div.DivClassName
{
background-color: #C898CC;
}
.BgClassName
{
background-color: #C898CC;
}
</style>
border-color css
<style>
span { border-color: #C898CC; }
span { border-color: rgb(200,152,204); }
td.TdClassName
{
border-color: #C898CC;
}
.TagClassName
{
border-color: #C898CC;
}
</style>