Shades of Wisteria #C589DB
Tints of Wisteria #C589DB
RGB
CMYK
RGB Variations
Color information
#C589DB (or 0xC589DB) is known color: Wisteria. HEX triplet: C5, 89 and DB. RGB value is (197,137,219). Sum of RGB (Red+Green+Blue) = 197+137+219=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C589DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C589DB is #3A7624. Grayscale: #A4A4A4. Windows color (decimal): -3831333 or 14387653. OLE color: 14387653.
HSL color Cylindrical-coordinate representation of color #C589DB: hue angle of 283.9º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C589DB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 137 | 219 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.14 |
| HSL | 283.9º | 0.53% | 0.7% | - |
| HSV(B) | 283.9º | 0.37% | 0.86% | - |
| XYZ | 44.76 | 34.88 | 71.39 | - |
| YUV | 164.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 219 | 0.10 | 0.37 | 0 | 0.14 | 283.9 | 0.53 | 0.7 |
| Hex | C5 | 89 | DB | A | 25 | 0 | E | 11C | 35 | 46 |
| Octal | 305 | 211 | 333 | 12 | 45 | 0 | 16 | 434 | 65 | 106 |
| Binary | 11000101 | 10001001 | 11011011 | 1010 | 100101 | 0 | 1110 | 100011100 | 110101 | 1000110 |
Color Harmonies of #C589DB
Complementary color
Monochromatic Colors of #C589DB
Black with #C589DB
Text Example
Text Example
White with #C589DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C589DB; }
p { color: rgb(197,137,219); }
H1.HeaderClassName
{
color: #C589DB;
}
.AnyTagClassName
{
color: #C589DB;
}
</style>
background-color css
<style>
a { background-color: #C589DB; }
a { background-color: rgb(197,137,219); }
div.DivClassName
{
background-color: #C589DB;
}
.BgClassName
{
background-color: #C589DB;
}
</style>
border-color css
<style>
span { border-color: #C589DB; }
span { border-color: rgb(197,137,219); }
td.TdClassName
{
border-color: #C589DB;
}
.TagClassName
{
border-color: #C589DB;
}
</style>