Shades of Lilac #C498C9
Tints of Lilac #C498C9
RGB
CMYK
RGB Variations
Color information
#C498C9 (or 0xC498C9) is known color: Lilac. HEX triplet: C4, 98 and C9. RGB value is (196,152,201). Sum of RGB (Red+Green+Blue) = 196+152+201=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #C498C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498C9 is #3B6736. Grayscale: #AAAAAA. Windows color (decimal): -3893047 or 13211844. OLE color: 13211844.
HSL color Cylindrical-coordinate representation of color #C498C9: hue angle of 293.88º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C498C9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 152 | 201 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.21 |
| HSL | 293.88º | 0.31% | 0.69% | - |
| HSV(B) | 293.88º | 0.24% | 0.79% | - |
| XYZ | 44.54 | 38.41 | 60.32 | - |
| YUV | 170.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 201 | 0.02 | 0.24 | 0 | 0.21 | 293.88 | 0.31 | 0.69 |
| Hex | C4 | 98 | C9 | 2 | 18 | 0 | 15 | 126 | 1F | 45 |
| Octal | 304 | 230 | 311 | 2 | 30 | 0 | 25 | 446 | 37 | 105 |
| Binary | 11000100 | 10011000 | 11001001 | 10 | 11000 | 0 | 10101 | 100100110 | 11111 | 1000101 |
Color Harmonies of #C498C9
Complementary color
Monochromatic Colors of #C498C9
Black with #C498C9
Text Example
Text Example
White with #C498C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498C9; }
p { color: rgb(196,152,201); }
H1.HeaderClassName
{
color: #C498C9;
}
.AnyTagClassName
{
color: #C498C9;
}
</style>
background-color css
<style>
a { background-color: #C498C9; }
a { background-color: rgb(196,152,201); }
div.DivClassName
{
background-color: #C498C9;
}
.BgClassName
{
background-color: #C498C9;
}
</style>
border-color css
<style>
span { border-color: #C498C9; }
span { border-color: rgb(196,152,201); }
td.TdClassName
{
border-color: #C498C9;
}
.TagClassName
{
border-color: #C498C9;
}
</style>