Shades of Lilac #C488C9
Tints of Lilac #C488C9
RGB
CMYK
RGB Variations
Color information
#C488C9 (or 0xC488C9) is known color: Lilac. HEX triplet: C4, 88 and C9. RGB value is (196,136,201). Sum of RGB (Red+Green+Blue) = 196+136+201=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #C488C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488C9 is #3B7736. Grayscale: #A1A1A1. Windows color (decimal): -3897143 or 13207748. OLE color: 13207748.
HSL color Cylindrical-coordinate representation of color #C488C9: hue angle of 295.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C488C9 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 136 | 201 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.21 |
| HSL | 295.38º | 0.38% | 0.66% | - |
| HSV(B) | 295.38º | 0.32% | 0.79% | - |
| XYZ | 42.11 | 33.56 | 59.52 | - |
| YUV | 161.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 201 | 0.02 | 0.32 | 0 | 0.21 | 295.38 | 0.38 | 0.66 |
| Hex | C4 | 88 | C9 | 2 | 20 | 0 | 15 | 127 | 26 | 42 |
| Octal | 304 | 210 | 311 | 2 | 40 | 0 | 25 | 447 | 46 | 102 |
| Binary | 11000100 | 10001000 | 11001001 | 10 | 100000 | 0 | 10101 | 100100111 | 100110 | 1000010 |
Color Harmonies of #C488C9
Complementary color
Monochromatic Colors of #C488C9
Black with #C488C9
Text Example
Text Example
White with #C488C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488C9; }
p { color: rgb(196,136,201); }
H1.HeaderClassName
{
color: #C488C9;
}
.AnyTagClassName
{
color: #C488C9;
}
</style>
background-color css
<style>
a { background-color: #C488C9; }
a { background-color: rgb(196,136,201); }
div.DivClassName
{
background-color: #C488C9;
}
.BgClassName
{
background-color: #C488C9;
}
</style>
border-color css
<style>
span { border-color: #C488C9; }
span { border-color: rgb(196,136,201); }
td.TdClassName
{
border-color: #C488C9;
}
.TagClassName
{
border-color: #C488C9;
}
</style>