Shades of Lilac #C498C4
Tints of Lilac #C498C4
RGB
CMYK
RGB Variations
Color information
#C498C4 (or 0xC498C4) is known color: Lilac. HEX triplet: C4, 98 and C4. RGB value is (196,152,196). Sum of RGB (Red+Green+Blue) = 196+152+196=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C498C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498C4 is #3B673B. Grayscale: #AAAAAA. Windows color (decimal): -3893052 or 12884164. OLE color: 12884164.
HSL color Cylindrical-coordinate representation of color #C498C4: hue angle of 300º 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 #C498C4 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 196 | - |
| CMYK | 0 | 0.22 | 0 | 0.23 |
| HSL | 300º | 0.27% | 0.68% | - |
| HSV(B) | 300º | 0.22% | 0.77% | - |
| XYZ | 43.96 | 38.18 | 57.28 | - |
| YUV | 170.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 196 | 0 | 0.22 | 0 | 0.23 | 300 | 0.27 | 0.68 |
| Hex | C4 | 98 | C4 | 0 | 16 | 0 | 17 | 12C | 1B | 44 |
| Octal | 304 | 230 | 304 | 0 | 26 | 0 | 27 | 454 | 33 | 104 |
| Binary | 11000100 | 10011000 | 11000100 | 0 | 10110 | 0 | 10111 | 100101100 | 11011 | 1000100 |
Color Harmonies of #C498C4
Complementary color
Monochromatic Colors of #C498C4
Black with #C498C4
Text Example
Text Example
White with #C498C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498C4; }
p { color: rgb(196,152,196); }
H1.HeaderClassName
{
color: #C498C4;
}
.AnyTagClassName
{
color: #C498C4;
}
</style>
background-color css
<style>
a { background-color: #C498C4; }
a { background-color: rgb(196,152,196); }
div.DivClassName
{
background-color: #C498C4;
}
.BgClassName
{
background-color: #C498C4;
}
</style>
border-color css
<style>
span { border-color: #C498C4; }
span { border-color: rgb(196,152,196); }
td.TdClassName
{
border-color: #C498C4;
}
.TagClassName
{
border-color: #C498C4;
}
</style>