Shades of Wisteria #C58BEA
Tints of Wisteria #C58BEA
RGB
CMYK
RGB Variations
Color information
#C58BEA (or 0xC58BEA) is known color: Wisteria. HEX triplet: C5, 8B and EA. RGB value is (197,139,234). Sum of RGB (Red+Green+Blue) = 197+139+234=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C58BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BEA is #3A7415. Grayscale: #A6A6A6. Windows color (decimal): -3830806 or 15371205. OLE color: 15371205.
HSL color Cylindrical-coordinate representation of color #C58BEA: hue angle of 276.63º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58BEA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 139 | 234 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.08 |
| HSL | 276.63º | 0.69% | 0.73% | - |
| HSV(B) | 276.63º | 0.41% | 0.92% | - |
| XYZ | 47.11 | 36.28 | 82.36 | - |
| YUV | 167.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 234 | 0.16 | 0.41 | 0 | 0.08 | 276.63 | 0.69 | 0.73 |
| Hex | C5 | 8B | EA | 10 | 29 | 0 | 8 | 115 | 45 | 49 |
| Octal | 305 | 213 | 352 | 20 | 51 | 0 | 10 | 425 | 105 | 111 |
| Binary | 11000101 | 10001011 | 11101010 | 10000 | 101001 | 0 | 1000 | 100010101 | 1000101 | 1001001 |
Color Harmonies of #C58BEA
Complementary color
Monochromatic Colors of #C58BEA
Black with #C58BEA
Text Example
Text Example
White with #C58BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BEA; }
p { color: rgb(197,139,234); }
H1.HeaderClassName
{
color: #C58BEA;
}
.AnyTagClassName
{
color: #C58BEA;
}
</style>
background-color css
<style>
a { background-color: #C58BEA; }
a { background-color: rgb(197,139,234); }
div.DivClassName
{
background-color: #C58BEA;
}
.BgClassName
{
background-color: #C58BEA;
}
</style>
border-color css
<style>
span { border-color: #C58BEA; }
span { border-color: rgb(197,139,234); }
td.TdClassName
{
border-color: #C58BEA;
}
.TagClassName
{
border-color: #C58BEA;
}
</style>