Shades of Wisteria #C58AEC
Tints of Wisteria #C58AEC
RGB
CMYK
RGB Variations
Color information
#C58AEC (or 0xC58AEC) is known color: Wisteria. HEX triplet: C5, 8A and EC. RGB value is (197,138,236). Sum of RGB (Red+Green+Blue) = 197+138+236=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #C58AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AEC is #3A7513. Grayscale: #A6A6A6. Windows color (decimal): -3831060 or 15502021. OLE color: 15502021.
HSL color Cylindrical-coordinate representation of color #C58AEC: hue angle of 276.12º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58AEC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 138 | 236 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.07 |
| HSL | 276.12º | 0.72% | 0.73% | - |
| HSV(B) | 276.12º | 0.42% | 0.93% | - |
| XYZ | 47.25 | 36.1 | 83.83 | - |
| YUV | 166.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 236 | 0.17 | 0.42 | 0 | 0.07 | 276.12 | 0.72 | 0.73 |
| Hex | C5 | 8A | EC | 11 | 2A | 0 | 7 | 114 | 48 | 49 |
| Octal | 305 | 212 | 354 | 21 | 52 | 0 | 7 | 424 | 110 | 111 |
| Binary | 11000101 | 10001010 | 11101100 | 10001 | 101010 | 0 | 111 | 100010100 | 1001000 | 1001001 |
Color Harmonies of #C58AEC
Complementary color
Monochromatic Colors of #C58AEC
Black with #C58AEC
Text Example
Text Example
White with #C58AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AEC; }
p { color: rgb(197,138,236); }
H1.HeaderClassName
{
color: #C58AEC;
}
.AnyTagClassName
{
color: #C58AEC;
}
</style>
background-color css
<style>
a { background-color: #C58AEC; }
a { background-color: rgb(197,138,236); }
div.DivClassName
{
background-color: #C58AEC;
}
.BgClassName
{
background-color: #C58AEC;
}
</style>
border-color css
<style>
span { border-color: #C58AEC; }
span { border-color: rgb(197,138,236); }
td.TdClassName
{
border-color: #C58AEC;
}
.TagClassName
{
border-color: #C58AEC;
}
</style>