Shades of Lilac #C098CA
Tints of Lilac #C098CA
RGB
CMYK
RGB Variations
Color information
#C098CA (or 0xC098CA) is known color: Lilac. HEX triplet: C0, 98 and CA. RGB value is (192,152,202). Sum of RGB (Red+Green+Blue) = 192+152+202=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C098CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098CA is #3F6735. Grayscale: #A9A9A9. Windows color (decimal): -4155190 or 13277376. OLE color: 13277376.
HSL color Cylindrical-coordinate representation of color #C098CA: hue angle of 288º 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 #C098CA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 152 | 202 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.21 |
| HSL | 288º | 0.32% | 0.69% | - |
| HSV(B) | 288º | 0.25% | 0.79% | - |
| XYZ | 43.63 | 37.93 | 60.9 | - |
| YUV | 169.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 202 | 0.05 | 0.25 | 0 | 0.21 | 288 | 0.32 | 0.69 |
| Hex | C0 | 98 | CA | 5 | 19 | 0 | 15 | 120 | 20 | 45 |
| Octal | 300 | 230 | 312 | 5 | 31 | 0 | 25 | 440 | 40 | 105 |
| Binary | 11000000 | 10011000 | 11001010 | 101 | 11001 | 0 | 10101 | 100100000 | 100000 | 1000101 |
Color Harmonies of #C098CA
Complementary color
Monochromatic Colors of #C098CA
Black with #C098CA
Text Example
Text Example
White with #C098CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098CA; }
p { color: rgb(192,152,202); }
H1.HeaderClassName
{
color: #C098CA;
}
.AnyTagClassName
{
color: #C098CA;
}
</style>
background-color css
<style>
a { background-color: #C098CA; }
a { background-color: rgb(192,152,202); }
div.DivClassName
{
background-color: #C098CA;
}
.BgClassName
{
background-color: #C098CA;
}
</style>
border-color css
<style>
span { border-color: #C098CA; }
span { border-color: rgb(192,152,202); }
td.TdClassName
{
border-color: #C098CA;
}
.TagClassName
{
border-color: #C098CA;
}
</style>