Shades of Lilac #C898CA
Tints of Lilac #C898CA
RGB
CMYK
RGB Variations
Color information
#C898CA (or 0xC898CA) is known color: Lilac. HEX triplet: C8, 98 and CA. RGB value is (200,152,202). Sum of RGB (Red+Green+Blue) = 200+152+202=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #C898CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898CA is #376735. Grayscale: #ABABAB. Windows color (decimal): -3630902 or 13277384. OLE color: 13277384.
HSL color Cylindrical-coordinate representation of color #C898CA: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C898CA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 152 | 202 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.21 |
| HSL | 297.6º | 0.32% | 0.69% | - |
| HSV(B) | 297.6º | 0.25% | 0.79% | - |
| XYZ | 45.71 | 39 | 61 | - |
| YUV | 172.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 202 | 0.01 | 0.25 | 0 | 0.21 | 297.6 | 0.32 | 0.69 |
| Hex | C8 | 98 | CA | 1 | 19 | 0 | 15 | 12A | 20 | 45 |
| Octal | 310 | 230 | 312 | 1 | 31 | 0 | 25 | 452 | 40 | 105 |
| Binary | 11001000 | 10011000 | 11001010 | 1 | 11001 | 0 | 10101 | 100101010 | 100000 | 1000101 |
Color Harmonies of #C898CA
Complementary color
Monochromatic Colors of #C898CA
Black with #C898CA
Text Example
Text Example
White with #C898CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898CA; }
p { color: rgb(200,152,202); }
H1.HeaderClassName
{
color: #C898CA;
}
.AnyTagClassName
{
color: #C898CA;
}
</style>
background-color css
<style>
a { background-color: #C898CA; }
a { background-color: rgb(200,152,202); }
div.DivClassName
{
background-color: #C898CA;
}
.BgClassName
{
background-color: #C898CA;
}
</style>
border-color css
<style>
span { border-color: #C898CA; }
span { border-color: rgb(200,152,202); }
td.TdClassName
{
border-color: #C898CA;
}
.TagClassName
{
border-color: #C898CA;
}
</style>