Shades of Wisteria #C589DC
Tints of Wisteria #C589DC
RGB
CMYK
RGB Variations
Color information
#C589DC (or 0xC589DC) is known color: Wisteria. HEX triplet: C5, 89 and DC. RGB value is (197,137,220). Sum of RGB (Red+Green+Blue) = 197+137+220=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C589DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C589DC is #3A7623. Grayscale: #A4A4A4. Windows color (decimal): -3831332 or 14453189. OLE color: 14453189.
HSL color Cylindrical-coordinate representation of color #C589DC: hue angle of 283.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C589DC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 137 | 220 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.14 |
| HSL | 283.37º | 0.54% | 0.7% | - |
| HSV(B) | 283.37º | 0.38% | 0.86% | - |
| XYZ | 44.89 | 34.93 | 72.09 | - |
| YUV | 164.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 220 | 0.10 | 0.38 | 0 | 0.14 | 283.37 | 0.54 | 0.7 |
| Hex | C5 | 89 | DC | A | 26 | 0 | E | 11B | 36 | 46 |
| Octal | 305 | 211 | 334 | 12 | 46 | 0 | 16 | 433 | 66 | 106 |
| Binary | 11000101 | 10001001 | 11011100 | 1010 | 100110 | 0 | 1110 | 100011011 | 110110 | 1000110 |
Color Harmonies of #C589DC
Complementary color
Monochromatic Colors of #C589DC
Black with #C589DC
Text Example
Text Example
White with #C589DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589DC; }
p { color: rgb(197,137,220); }
H1.HeaderClassName
{
color: #C589DC;
}
.AnyTagClassName
{
color: #C589DC;
}
</style>
background-color css
<style>
a { background-color: #C589DC; }
a { background-color: rgb(197,137,220); }
div.DivClassName
{
background-color: #C589DC;
}
.BgClassName
{
background-color: #C589DC;
}
</style>
border-color css
<style>
span { border-color: #C589DC; }
span { border-color: rgb(197,137,220); }
td.TdClassName
{
border-color: #C589DC;
}
.TagClassName
{
border-color: #C589DC;
}
</style>