Shades of Lilac #C498BF
Tints of Lilac #C498BF
RGB
CMYK
RGB Variations
Color information
#C498BF (or 0xC498BF) is known color: Lilac. HEX triplet: C4, 98 and BF. RGB value is (196,152,191). Sum of RGB (Red+Green+Blue) = 196+152+191=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C498BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498BF is #3B6740. Grayscale: #A9A9A9. Windows color (decimal): -3893057 or 12556484. OLE color: 12556484.
HSL color Cylindrical-coordinate representation of color #C498BF: hue angle of 306.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C498BF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 191 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.23 |
| HSL | 306.82º | 0.27% | 0.68% | - |
| HSV(B) | 306.82º | 0.22% | 0.77% | - |
| XYZ | 43.4 | 37.95 | 54.33 | - |
| YUV | 169.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 191 | 0 | 0.22 | 0.03 | 0.23 | 306.82 | 0.27 | 0.68 |
| Hex | C4 | 98 | BF | 0 | 16 | 3 | 17 | 133 | 1B | 44 |
| Octal | 304 | 230 | 277 | 0 | 26 | 3 | 27 | 463 | 33 | 104 |
| Binary | 11000100 | 10011000 | 10111111 | 0 | 10110 | 11 | 10111 | 100110011 | 11011 | 1000100 |
Color Harmonies of #C498BF
Complementary color
Monochromatic Colors of #C498BF
Black with #C498BF
Text Example
Text Example
White with #C498BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498BF; }
p { color: rgb(196,152,191); }
H1.HeaderClassName
{
color: #C498BF;
}
.AnyTagClassName
{
color: #C498BF;
}
</style>
background-color css
<style>
a { background-color: #C498BF; }
a { background-color: rgb(196,152,191); }
div.DivClassName
{
background-color: #C498BF;
}
.BgClassName
{
background-color: #C498BF;
}
</style>
border-color css
<style>
span { border-color: #C498BF; }
span { border-color: rgb(196,152,191); }
td.TdClassName
{
border-color: #C498BF;
}
.TagClassName
{
border-color: #C498BF;
}
</style>