Shades of Lilac #C488C8
Tints of Lilac #C488C8
RGB
CMYK
RGB Variations
Color information
#C488C8 (or 0xC488C8) is known color: Lilac. HEX triplet: C4, 88 and C8. RGB value is (196,136,200). Sum of RGB (Red+Green+Blue) = 196+136+200=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #C488C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488C8 is #3B7737. Grayscale: #A1A1A1. Windows color (decimal): -3897144 or 13142212. OLE color: 13142212.
HSL color Cylindrical-coordinate representation of color #C488C8: hue angle of 296.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C488C8 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 136 | 200 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.22 |
| HSL | 296.25º | 0.37% | 0.66% | - |
| HSV(B) | 296.25º | 0.32% | 0.78% | - |
| XYZ | 41.99 | 33.51 | 58.9 | - |
| YUV | 161.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 200 | 0.02 | 0.32 | 0 | 0.22 | 296.25 | 0.37 | 0.66 |
| Hex | C4 | 88 | C8 | 2 | 20 | 0 | 16 | 128 | 25 | 42 |
| Octal | 304 | 210 | 310 | 2 | 40 | 0 | 26 | 450 | 45 | 102 |
| Binary | 11000100 | 10001000 | 11001000 | 10 | 100000 | 0 | 10110 | 100101000 | 100101 | 1000010 |
Color Harmonies of #C488C8
Complementary color
Monochromatic Colors of #C488C8
Black with #C488C8
Text Example
Text Example
White with #C488C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488C8; }
p { color: rgb(196,136,200); }
H1.HeaderClassName
{
color: #C488C8;
}
.AnyTagClassName
{
color: #C488C8;
}
</style>
background-color css
<style>
a { background-color: #C488C8; }
a { background-color: rgb(196,136,200); }
div.DivClassName
{
background-color: #C488C8;
}
.BgClassName
{
background-color: #C488C8;
}
</style>
border-color css
<style>
span { border-color: #C488C8; }
span { border-color: rgb(196,136,200); }
td.TdClassName
{
border-color: #C488C8;
}
.TagClassName
{
border-color: #C488C8;
}
</style>