Shades of Lilac #C498CB
Tints of Lilac #C498CB
RGB
CMYK
RGB Variations
Color information
#C498CB (or 0xC498CB) is known color: Lilac. HEX triplet: C4, 98 and CB. RGB value is (196,152,203). Sum of RGB (Red+Green+Blue) = 196+152+203=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C498CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498CB is #3B6734. Grayscale: #AAAAAA. Windows color (decimal): -3893045 or 13342916. OLE color: 13342916.
HSL color Cylindrical-coordinate representation of color #C498CB: hue angle of 291.76º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C498CB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 152 | 203 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.20 |
| HSL | 291.76º | 0.33% | 0.7% | - |
| HSV(B) | 291.76º | 0.25% | 0.8% | - |
| XYZ | 44.77 | 38.5 | 61.57 | - |
| YUV | 170.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 203 | 0.03 | 0.25 | 0 | 0.20 | 291.76 | 0.33 | 0.7 |
| Hex | C4 | 98 | CB | 3 | 19 | 0 | 14 | 124 | 21 | 46 |
| Octal | 304 | 230 | 313 | 3 | 31 | 0 | 24 | 444 | 41 | 106 |
| Binary | 11000100 | 10011000 | 11001011 | 11 | 11001 | 0 | 10100 | 100100100 | 100001 | 1000110 |
Color Harmonies of #C498CB
Complementary color
Monochromatic Colors of #C498CB
Black with #C498CB
Text Example
Text Example
White with #C498CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498CB; }
p { color: rgb(196,152,203); }
H1.HeaderClassName
{
color: #C498CB;
}
.AnyTagClassName
{
color: #C498CB;
}
</style>
background-color css
<style>
a { background-color: #C498CB; }
a { background-color: rgb(196,152,203); }
div.DivClassName
{
background-color: #C498CB;
}
.BgClassName
{
background-color: #C498CB;
}
</style>
border-color css
<style>
span { border-color: #C498CB; }
span { border-color: rgb(196,152,203); }
td.TdClassName
{
border-color: #C498CB;
}
.TagClassName
{
border-color: #C498CB;
}
</style>