Shades of Wisteria #C59ED9
Tints of Wisteria #C59ED9
RGB
CMYK
RGB Variations
Color information
#C59ED9 (or 0xC59ED9) is known color: Wisteria. HEX triplet: C5, 9E and D9. RGB value is (197,158,217). Sum of RGB (Red+Green+Blue) = 197+158+217=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #C59ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ED9 is #3A6126. Grayscale: #B0B0B0. Windows color (decimal): -3825959 or 14261957. OLE color: 14261957.
HSL color Cylindrical-coordinate representation of color #C59ED9: hue angle of 279.66º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59ED9 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 158 | 217 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.15 |
| HSL | 279.66º | 0.44% | 0.74% | - |
| HSV(B) | 279.66º | 0.27% | 0.85% | - |
| XYZ | 47.78 | 41.33 | 71.11 | - |
| YUV | 176.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 217 | 0.09 | 0.27 | 0 | 0.15 | 279.66 | 0.44 | 0.74 |
| Hex | C5 | 9E | D9 | 9 | 1B | 0 | F | 118 | 2C | 4A |
| Octal | 305 | 236 | 331 | 11 | 33 | 0 | 17 | 430 | 54 | 112 |
| Binary | 11000101 | 10011110 | 11011001 | 1001 | 11011 | 0 | 1111 | 100011000 | 101100 | 1001010 |
Color Harmonies of #C59ED9
Complementary color
Monochromatic Colors of #C59ED9
Black with #C59ED9
Text Example
Text Example
White with #C59ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ED9; }
p { color: rgb(197,158,217); }
H1.HeaderClassName
{
color: #C59ED9;
}
.AnyTagClassName
{
color: #C59ED9;
}
</style>
background-color css
<style>
a { background-color: #C59ED9; }
a { background-color: rgb(197,158,217); }
div.DivClassName
{
background-color: #C59ED9;
}
.BgClassName
{
background-color: #C59ED9;
}
</style>
border-color css
<style>
span { border-color: #C59ED9; }
span { border-color: rgb(197,158,217); }
td.TdClassName
{
border-color: #C59ED9;
}
.TagClassName
{
border-color: #C59ED9;
}
</style>