Shades of Lilac #C489C0
Tints of Lilac #C489C0
RGB
CMYK
RGB Variations
Color information
#C489C0 (or 0xC489C0) is known color: Lilac. HEX triplet: C4, 89 and C0. RGB value is (196,137,192). Sum of RGB (Red+Green+Blue) = 196+137+192=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C489C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C489C0 is #3B763F. Grayscale: #A0A0A0. Windows color (decimal): -3896896 or 12618180. OLE color: 12618180.
HSL color Cylindrical-coordinate representation of color #C489C0: hue angle of 304.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C489C0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 192 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.23 |
| HSL | 304.07º | 0.33% | 0.65% | - |
| HSV(B) | 304.07º | 0.3% | 0.77% | - |
| XYZ | 41.23 | 33.43 | 54.15 | - |
| YUV | 160.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 192 | 0 | 0.30 | 0.02 | 0.23 | 304.07 | 0.33 | 0.65 |
| Hex | C4 | 89 | C0 | 0 | 1E | 2 | 17 | 130 | 21 | 41 |
| Octal | 304 | 211 | 300 | 0 | 36 | 2 | 27 | 460 | 41 | 101 |
| Binary | 11000100 | 10001001 | 11000000 | 0 | 11110 | 10 | 10111 | 100110000 | 100001 | 1000001 |
Color Harmonies of #C489C0
Complementary color
Monochromatic Colors of #C489C0
Black with #C489C0
Text Example
Text Example
White with #C489C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C489C0; }
p { color: rgb(196,137,192); }
H1.HeaderClassName
{
color: #C489C0;
}
.AnyTagClassName
{
color: #C489C0;
}
</style>
background-color css
<style>
a { background-color: #C489C0; }
a { background-color: rgb(196,137,192); }
div.DivClassName
{
background-color: #C489C0;
}
.BgClassName
{
background-color: #C489C0;
}
</style>
border-color css
<style>
span { border-color: #C489C0; }
span { border-color: rgb(196,137,192); }
td.TdClassName
{
border-color: #C489C0;
}
.TagClassName
{
border-color: #C489C0;
}
</style>