Shades of Wisteria #C59ED3
Tints of Wisteria #C59ED3
RGB
CMYK
RGB Variations
Color information
#C59ED3 (or 0xC59ED3) is known color: Wisteria. HEX triplet: C5, 9E and D3. RGB value is (197,158,211). Sum of RGB (Red+Green+Blue) = 197+158+211=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #C59ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ED3 is #3A612C. Grayscale: #AFAFAF. Windows color (decimal): -3825965 or 13868741. OLE color: 13868741.
HSL color Cylindrical-coordinate representation of color #C59ED3: hue angle of 284.15º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59ED3 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 158 | 211 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.17 |
| HSL | 284.15º | 0.38% | 0.72% | - |
| HSV(B) | 284.15º | 0.25% | 0.83% | - |
| XYZ | 47.01 | 41.03 | 67.07 | - |
| YUV | 175.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 211 | 0.07 | 0.25 | 0 | 0.17 | 284.15 | 0.38 | 0.72 |
| Hex | C5 | 9E | D3 | 7 | 19 | 0 | 11 | 11C | 26 | 48 |
| Octal | 305 | 236 | 323 | 7 | 31 | 0 | 21 | 434 | 46 | 110 |
| Binary | 11000101 | 10011110 | 11010011 | 111 | 11001 | 0 | 10001 | 100011100 | 100110 | 1001000 |
Color Harmonies of #C59ED3
Complementary color
Monochromatic Colors of #C59ED3
Black with #C59ED3
Text Example
Text Example
White with #C59ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ED3; }
p { color: rgb(197,158,211); }
H1.HeaderClassName
{
color: #C59ED3;
}
.AnyTagClassName
{
color: #C59ED3;
}
</style>
background-color css
<style>
a { background-color: #C59ED3; }
a { background-color: rgb(197,158,211); }
div.DivClassName
{
background-color: #C59ED3;
}
.BgClassName
{
background-color: #C59ED3;
}
</style>
border-color css
<style>
span { border-color: #C59ED3; }
span { border-color: rgb(197,158,211); }
td.TdClassName
{
border-color: #C59ED3;
}
.TagClassName
{
border-color: #C59ED3;
}
</style>