Shades of Wisteria #C58BE7
Tints of Wisteria #C58BE7
RGB
CMYK
RGB Variations
Color information
#C58BE7 (or 0xC58BE7) is known color: Wisteria. HEX triplet: C5, 8B and E7. RGB value is (197,139,231). Sum of RGB (Red+Green+Blue) = 197+139+231=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #C58BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BE7 is #3A7418. Grayscale: #A6A6A6. Windows color (decimal): -3830809 or 15174597. OLE color: 15174597.
HSL color Cylindrical-coordinate representation of color #C58BE7: hue angle of 277.83º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58BE7 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 139 | 231 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.09 |
| HSL | 277.83º | 0.66% | 0.73% | - |
| HSV(B) | 277.83º | 0.4% | 0.91% | - |
| XYZ | 46.68 | 36.11 | 80.11 | - |
| YUV | 166.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 231 | 0.15 | 0.40 | 0 | 0.09 | 277.83 | 0.66 | 0.73 |
| Hex | C5 | 8B | E7 | F | 28 | 0 | 9 | 116 | 42 | 49 |
| Octal | 305 | 213 | 347 | 17 | 50 | 0 | 11 | 426 | 102 | 111 |
| Binary | 11000101 | 10001011 | 11100111 | 1111 | 101000 | 0 | 1001 | 100010110 | 1000010 | 1001001 |
Color Harmonies of #C58BE7
Complementary color
Monochromatic Colors of #C58BE7
Black with #C58BE7
Text Example
Text Example
White with #C58BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BE7; }
p { color: rgb(197,139,231); }
H1.HeaderClassName
{
color: #C58BE7;
}
.AnyTagClassName
{
color: #C58BE7;
}
</style>
background-color css
<style>
a { background-color: #C58BE7; }
a { background-color: rgb(197,139,231); }
div.DivClassName
{
background-color: #C58BE7;
}
.BgClassName
{
background-color: #C58BE7;
}
</style>
border-color css
<style>
span { border-color: #C58BE7; }
span { border-color: rgb(197,139,231); }
td.TdClassName
{
border-color: #C58BE7;
}
.TagClassName
{
border-color: #C58BE7;
}
</style>