Shades of Wisteria #C58AED
Tints of Wisteria #C58AED
RGB
CMYK
RGB Variations
Color information
#C58AED (or 0xC58AED) is known color: Wisteria. HEX triplet: C5, 8A and ED. RGB value is (197,138,237). Sum of RGB (Red+Green+Blue) = 197+138+237=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #C58AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AED is #3A7512. Grayscale: #A6A6A6. Windows color (decimal): -3831059 or 15567557. OLE color: 15567557.
HSL color Cylindrical-coordinate representation of color #C58AED: hue angle of 275.76º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58AED is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 138 | 237 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.07 |
| HSL | 275.76º | 0.73% | 0.74% | - |
| HSV(B) | 275.76º | 0.42% | 0.93% | - |
| XYZ | 47.4 | 36.16 | 84.6 | - |
| YUV | 166.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 237 | 0.17 | 0.42 | 0 | 0.07 | 275.76 | 0.73 | 0.74 |
| Hex | C5 | 8A | ED | 11 | 2A | 0 | 7 | 114 | 49 | 4A |
| Octal | 305 | 212 | 355 | 21 | 52 | 0 | 7 | 424 | 111 | 112 |
| Binary | 11000101 | 10001010 | 11101101 | 10001 | 101010 | 0 | 111 | 100010100 | 1001001 | 1001010 |
Color Harmonies of #C58AED
Complementary color
Monochromatic Colors of #C58AED
Black with #C58AED
Text Example
Text Example
White with #C58AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AED; }
p { color: rgb(197,138,237); }
H1.HeaderClassName
{
color: #C58AED;
}
.AnyTagClassName
{
color: #C58AED;
}
</style>
background-color css
<style>
a { background-color: #C58AED; }
a { background-color: rgb(197,138,237); }
div.DivClassName
{
background-color: #C58AED;
}
.BgClassName
{
background-color: #C58AED;
}
</style>
border-color css
<style>
span { border-color: #C58AED; }
span { border-color: rgb(197,138,237); }
td.TdClassName
{
border-color: #C58AED;
}
.TagClassName
{
border-color: #C58AED;
}
</style>