Shades of Wisteria #C58BE6
Tints of Wisteria #C58BE6
RGB
CMYK
RGB Variations
Color information
#C58BE6 (or 0xC58BE6) is known color: Wisteria. HEX triplet: C5, 8B and E6. RGB value is (197,139,230). Sum of RGB (Red+Green+Blue) = 197+139+230=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C58BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BE6 is #3A7419. Grayscale: #A6A6A6. Windows color (decimal): -3830810 or 15109061. OLE color: 15109061.
HSL color Cylindrical-coordinate representation of color #C58BE6: hue angle of 278.24º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58BE6 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 139 | 230 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.10 |
| HSL | 278.24º | 0.65% | 0.72% | - |
| HSV(B) | 278.24º | 0.4% | 0.9% | - |
| XYZ | 46.54 | 36.05 | 79.37 | - |
| YUV | 166.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 230 | 0.14 | 0.40 | 0 | 0.10 | 278.24 | 0.65 | 0.72 |
| Hex | C5 | 8B | E6 | E | 28 | 0 | A | 116 | 41 | 48 |
| Octal | 305 | 213 | 346 | 16 | 50 | 0 | 12 | 426 | 101 | 110 |
| Binary | 11000101 | 10001011 | 11100110 | 1110 | 101000 | 0 | 1010 | 100010110 | 1000001 | 1001000 |
Color Harmonies of #C58BE6
Complementary color
Monochromatic Colors of #C58BE6
Black with #C58BE6
Text Example
Text Example
White with #C58BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BE6; }
p { color: rgb(197,139,230); }
H1.HeaderClassName
{
color: #C58BE6;
}
.AnyTagClassName
{
color: #C58BE6;
}
</style>
background-color css
<style>
a { background-color: #C58BE6; }
a { background-color: rgb(197,139,230); }
div.DivClassName
{
background-color: #C58BE6;
}
.BgClassName
{
background-color: #C58BE6;
}
</style>
border-color css
<style>
span { border-color: #C58BE6; }
span { border-color: rgb(197,139,230); }
td.TdClassName
{
border-color: #C58BE6;
}
.TagClassName
{
border-color: #C58BE6;
}
</style>