Shades of Lilac #C488BF
Tints of Lilac #C488BF
RGB
CMYK
RGB Variations
Color information
#C488BF (or 0xC488BF) is known color: Lilac. HEX triplet: C4, 88 and BF. RGB value is (196,136,191). Sum of RGB (Red+Green+Blue) = 196+136+191=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BF is #3B7740. Grayscale: #A0A0A0. Windows color (decimal): -3897153 or 12552388. OLE color: 12552388.
HSL color Cylindrical-coordinate representation of color #C488BF: hue angle of 305º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C488BF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 191 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.23 |
| HSL | 305º | 0.34% | 0.65% | - |
| HSV(B) | 305º | 0.31% | 0.77% | - |
| XYZ | 40.97 | 33.11 | 53.52 | - |
| YUV | 160.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 191 | 0 | 0.31 | 0.03 | 0.23 | 305 | 0.34 | 0.65 |
| Hex | C4 | 88 | BF | 0 | 1F | 3 | 17 | 131 | 22 | 41 |
| Octal | 304 | 210 | 277 | 0 | 37 | 3 | 27 | 461 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10111111 | 0 | 11111 | 11 | 10111 | 100110001 | 100010 | 1000001 |
Color Harmonies of #C488BF
Complementary color
Monochromatic Colors of #C488BF
Black with #C488BF
Text Example
Text Example
White with #C488BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488BF; }
p { color: rgb(196,136,191); }
H1.HeaderClassName
{
color: #C488BF;
}
.AnyTagClassName
{
color: #C488BF;
}
</style>
background-color css
<style>
a { background-color: #C488BF; }
a { background-color: rgb(196,136,191); }
div.DivClassName
{
background-color: #C488BF;
}
.BgClassName
{
background-color: #C488BF;
}
</style>
border-color css
<style>
span { border-color: #C488BF; }
span { border-color: rgb(196,136,191); }
td.TdClassName
{
border-color: #C488BF;
}
.TagClassName
{
border-color: #C488BF;
}
</style>