Shades of Lilac #C498C8
Tints of Lilac #C498C8
RGB
CMYK
RGB Variations
Color information
#C498C8 (or 0xC498C8) is known color: Lilac. HEX triplet: C4, 98 and C8. RGB value is (196,152,200). Sum of RGB (Red+Green+Blue) = 196+152+200=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #C498C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498C8 is #3B6737. Grayscale: #AAAAAA. Windows color (decimal): -3893048 or 13146308. OLE color: 13146308.
HSL color Cylindrical-coordinate representation of color #C498C8: hue angle of 295º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C498C8 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 152 | 200 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.22 |
| HSL | 295º | 0.3% | 0.69% | - |
| HSV(B) | 295º | 0.24% | 0.78% | - |
| XYZ | 44.42 | 38.36 | 59.71 | - |
| YUV | 170.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 200 | 0.02 | 0.24 | 0 | 0.22 | 295 | 0.3 | 0.69 |
| Hex | C4 | 98 | C8 | 2 | 18 | 0 | 16 | 127 | 1E | 45 |
| Octal | 304 | 230 | 310 | 2 | 30 | 0 | 26 | 447 | 36 | 105 |
| Binary | 11000100 | 10011000 | 11001000 | 10 | 11000 | 0 | 10110 | 100100111 | 11110 | 1000101 |
Color Harmonies of #C498C8
Complementary color
Monochromatic Colors of #C498C8
Black with #C498C8
Text Example
Text Example
White with #C498C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498C8; }
p { color: rgb(196,152,200); }
H1.HeaderClassName
{
color: #C498C8;
}
.AnyTagClassName
{
color: #C498C8;
}
</style>
background-color css
<style>
a { background-color: #C498C8; }
a { background-color: rgb(196,152,200); }
div.DivClassName
{
background-color: #C498C8;
}
.BgClassName
{
background-color: #C498C8;
}
</style>
border-color css
<style>
span { border-color: #C498C8; }
span { border-color: rgb(196,152,200); }
td.TdClassName
{
border-color: #C498C8;
}
.TagClassName
{
border-color: #C498C8;
}
</style>