Shades of Lilac #C589C0
Tints of Lilac #C589C0
RGB
CMYK
RGB Variations
Color information
#C589C0 (or 0xC589C0) is known color: Lilac. HEX triplet: C5, 89 and C0. RGB value is (197,137,192). Sum of RGB (Red+Green+Blue) = 197+137+192=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C589C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C589C0 is #3A763F. Grayscale: #A1A1A1. Windows color (decimal): -3831360 or 12618181. OLE color: 12618181.
HSL color Cylindrical-coordinate representation of color #C589C0: 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.3%. Process color model (Four color, CMYK) of #C589C0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 192 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.23 |
| HSL | 305º | 0.34% | 0.65% | - |
| HSV(B) | 305º | 0.3% | 0.77% | - |
| XYZ | 41.49 | 33.57 | 54.16 | - |
| YUV | 161.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 192 | 0 | 0.30 | 0.03 | 0.23 | 305 | 0.34 | 0.65 |
| Hex | C5 | 89 | C0 | 0 | 1E | 3 | 17 | 131 | 22 | 41 |
| Octal | 305 | 211 | 300 | 0 | 36 | 3 | 27 | 461 | 42 | 101 |
| Binary | 11000101 | 10001001 | 11000000 | 0 | 11110 | 11 | 10111 | 100110001 | 100010 | 1000001 |
Color Harmonies of #C589C0
Complementary color
Monochromatic Colors of #C589C0
Black with #C589C0
Text Example
Text Example
White with #C589C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589C0; }
p { color: rgb(197,137,192); }
H1.HeaderClassName
{
color: #C589C0;
}
.AnyTagClassName
{
color: #C589C0;
}
</style>
background-color css
<style>
a { background-color: #C589C0; }
a { background-color: rgb(197,137,192); }
div.DivClassName
{
background-color: #C589C0;
}
.BgClassName
{
background-color: #C589C0;
}
</style>
border-color css
<style>
span { border-color: #C589C0; }
span { border-color: rgb(197,137,192); }
td.TdClassName
{
border-color: #C589C0;
}
.TagClassName
{
border-color: #C589C0;
}
</style>