Shades of Wisteria #C58AEE
Tints of Wisteria #C58AEE
RGB
CMYK
RGB Variations
Color information
#C58AEE (or 0xC58AEE) is known color: Wisteria. HEX triplet: C5, 8A and EE. RGB value is (197,138,238). Sum of RGB (Red+Green+Blue) = 197+138+238=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C58AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AEE is #3A7511. Grayscale: #A6A6A6. Windows color (decimal): -3831058 or 15633093. OLE color: 15633093.
HSL color Cylindrical-coordinate representation of color #C58AEE: hue angle of 275.4º degrees, saturation: 0.75, 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 #C58AEE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 138 | 238 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.07 |
| HSL | 275.4º | 0.75% | 0.74% | - |
| HSV(B) | 275.4º | 0.42% | 0.93% | - |
| XYZ | 47.55 | 36.22 | 85.37 | - |
| YUV | 167.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 238 | 0.17 | 0.42 | 0 | 0.07 | 275.4 | 0.75 | 0.74 |
| Hex | C5 | 8A | EE | 11 | 2A | 0 | 7 | 113 | 4B | 4A |
| Octal | 305 | 212 | 356 | 21 | 52 | 0 | 7 | 423 | 113 | 112 |
| Binary | 11000101 | 10001010 | 11101110 | 10001 | 101010 | 0 | 111 | 100010011 | 1001011 | 1001010 |
Color Harmonies of #C58AEE
Complementary color
Monochromatic Colors of #C58AEE
Black with #C58AEE
Text Example
Text Example
White with #C58AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AEE; }
p { color: rgb(197,138,238); }
H1.HeaderClassName
{
color: #C58AEE;
}
.AnyTagClassName
{
color: #C58AEE;
}
</style>
background-color css
<style>
a { background-color: #C58AEE; }
a { background-color: rgb(197,138,238); }
div.DivClassName
{
background-color: #C58AEE;
}
.BgClassName
{
background-color: #C58AEE;
}
</style>
border-color css
<style>
span { border-color: #C58AEE; }
span { border-color: rgb(197,138,238); }
td.TdClassName
{
border-color: #C58AEE;
}
.TagClassName
{
border-color: #C58AEE;
}
</style>