Shades of Lilac #C498CD
Tints of Lilac #C498CD
RGB
CMYK
RGB Variations
Color information
#C498CD (or 0xC498CD) is known color: Lilac. HEX triplet: C4, 98 and CD. RGB value is (196,152,205). Sum of RGB (Red+Green+Blue) = 196+152+205=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #C498CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498CD is #3B6732. Grayscale: #ABABAB. Windows color (decimal): -3893043 or 13473988. OLE color: 13473988.
HSL color Cylindrical-coordinate representation of color #C498CD: hue angle of 289.81º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C498CD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 152 | 205 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.20 |
| HSL | 289.81º | 0.35% | 0.7% | - |
| HSV(B) | 289.81º | 0.26% | 0.8% | - |
| XYZ | 45.01 | 38.6 | 62.84 | - |
| YUV | 171.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 205 | 0.04 | 0.26 | 0 | 0.20 | 289.81 | 0.35 | 0.7 |
| Hex | C4 | 98 | CD | 4 | 1A | 0 | 14 | 122 | 23 | 46 |
| Octal | 304 | 230 | 315 | 4 | 32 | 0 | 24 | 442 | 43 | 106 |
| Binary | 11000100 | 10011000 | 11001101 | 100 | 11010 | 0 | 10100 | 100100010 | 100011 | 1000110 |
Color Harmonies of #C498CD
Complementary color
Monochromatic Colors of #C498CD
Black with #C498CD
Text Example
Text Example
White with #C498CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498CD; }
p { color: rgb(196,152,205); }
H1.HeaderClassName
{
color: #C498CD;
}
.AnyTagClassName
{
color: #C498CD;
}
</style>
background-color css
<style>
a { background-color: #C498CD; }
a { background-color: rgb(196,152,205); }
div.DivClassName
{
background-color: #C498CD;
}
.BgClassName
{
background-color: #C498CD;
}
</style>
border-color css
<style>
span { border-color: #C498CD; }
span { border-color: rgb(196,152,205); }
td.TdClassName
{
border-color: #C498CD;
}
.TagClassName
{
border-color: #C498CD;
}
</style>