Shades of Wisteria #C591ED
Tints of Wisteria #C591ED
RGB
CMYK
RGB Variations
Color information
#C591ED (or 0xC591ED) is known color: Wisteria. HEX triplet: C5, 91 and ED. RGB value is (197,145,237). Sum of RGB (Red+Green+Blue) = 197+145+237=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C591ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C591ED is #3A6E12. Grayscale: #AAAAAA. Windows color (decimal): -3829267 or 15569349. OLE color: 15569349.
HSL color Cylindrical-coordinate representation of color #C591ED: hue angle of 273.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C591ED is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 145 | 237 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.07 |
| HSL | 273.91º | 0.72% | 0.75% | - |
| HSV(B) | 273.91º | 0.39% | 0.93% | - |
| XYZ | 48.44 | 38.24 | 84.95 | - |
| YUV | 171.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 237 | 0.17 | 0.39 | 0 | 0.07 | 273.91 | 0.72 | 0.75 |
| Hex | C5 | 91 | ED | 11 | 27 | 0 | 7 | 112 | 48 | 4B |
| Octal | 305 | 221 | 355 | 21 | 47 | 0 | 7 | 422 | 110 | 113 |
| Binary | 11000101 | 10010001 | 11101101 | 10001 | 100111 | 0 | 111 | 100010010 | 1001000 | 1001011 |
Color Harmonies of #C591ED
Complementary color
Monochromatic Colors of #C591ED
Black with #C591ED
Text Example
Text Example
White with #C591ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591ED; }
p { color: rgb(197,145,237); }
H1.HeaderClassName
{
color: #C591ED;
}
.AnyTagClassName
{
color: #C591ED;
}
</style>
background-color css
<style>
a { background-color: #C591ED; }
a { background-color: rgb(197,145,237); }
div.DivClassName
{
background-color: #C591ED;
}
.BgClassName
{
background-color: #C591ED;
}
</style>
border-color css
<style>
span { border-color: #C591ED; }
span { border-color: rgb(197,145,237); }
td.TdClassName
{
border-color: #C591ED;
}
.TagClassName
{
border-color: #C591ED;
}
</style>