Shades of Wisteria #C59ED0
Tints of Wisteria #C59ED0
RGB
CMYK
RGB Variations
Color information
#C59ED0 (or 0xC59ED0) is known color: Wisteria. HEX triplet: C5, 9E and D0. RGB value is (197,158,208). Sum of RGB (Red+Green+Blue) = 197+158+208=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #C59ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ED0 is #3A612F. Grayscale: #AFAFAF. Windows color (decimal): -3825968 or 13672133. OLE color: 13672133.
HSL color Cylindrical-coordinate representation of color #C59ED0: hue angle of 286.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59ED0 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 158 | 208 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.18 |
| HSL | 286.8º | 0.35% | 0.72% | - |
| HSV(B) | 286.8º | 0.24% | 0.82% | - |
| XYZ | 46.64 | 40.88 | 65.11 | - |
| YUV | 175.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 208 | 0.05 | 0.24 | 0 | 0.18 | 286.8 | 0.35 | 0.72 |
| Hex | C5 | 9E | D0 | 5 | 18 | 0 | 12 | 11F | 23 | 48 |
| Octal | 305 | 236 | 320 | 5 | 30 | 0 | 22 | 437 | 43 | 110 |
| Binary | 11000101 | 10011110 | 11010000 | 101 | 11000 | 0 | 10010 | 100011111 | 100011 | 1001000 |
Color Harmonies of #C59ED0
Complementary color
Monochromatic Colors of #C59ED0
Black with #C59ED0
Text Example
Text Example
White with #C59ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ED0; }
p { color: rgb(197,158,208); }
H1.HeaderClassName
{
color: #C59ED0;
}
.AnyTagClassName
{
color: #C59ED0;
}
</style>
background-color css
<style>
a { background-color: #C59ED0; }
a { background-color: rgb(197,158,208); }
div.DivClassName
{
background-color: #C59ED0;
}
.BgClassName
{
background-color: #C59ED0;
}
</style>
border-color css
<style>
span { border-color: #C59ED0; }
span { border-color: rgb(197,158,208); }
td.TdClassName
{
border-color: #C59ED0;
}
.TagClassName
{
border-color: #C59ED0;
}
</style>