Shades of Wisteria #C58AD6
Tints of Wisteria #C58AD6
RGB
CMYK
RGB Variations
Color information
#C58AD6 (or 0xC58AD6) is known color: Wisteria. HEX triplet: C5, 8A and D6. RGB value is (197,138,214). Sum of RGB (Red+Green+Blue) = 197+138+214=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #C58AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AD6 is #3A7529. Grayscale: #A4A4A4. Windows color (decimal): -3831082 or 14060229. OLE color: 14060229.
HSL color Cylindrical-coordinate representation of color #C58AD6: hue angle of 286.58º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58AD6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 138 | 214 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.16 |
| HSL | 286.58º | 0.48% | 0.69% | - |
| HSV(B) | 286.58º | 0.36% | 0.84% | - |
| XYZ | 44.25 | 34.9 | 68.02 | - |
| YUV | 164.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 214 | 0.08 | 0.36 | 0 | 0.16 | 286.58 | 0.48 | 0.69 |
| Hex | C5 | 8A | D6 | 8 | 24 | 0 | 10 | 11F | 30 | 45 |
| Octal | 305 | 212 | 326 | 10 | 44 | 0 | 20 | 437 | 60 | 105 |
| Binary | 11000101 | 10001010 | 11010110 | 1000 | 100100 | 0 | 10000 | 100011111 | 110000 | 1000101 |
Color Harmonies of #C58AD6
Complementary color
Monochromatic Colors of #C58AD6
Black with #C58AD6
Text Example
Text Example
White with #C58AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AD6; }
p { color: rgb(197,138,214); }
H1.HeaderClassName
{
color: #C58AD6;
}
.AnyTagClassName
{
color: #C58AD6;
}
</style>
background-color css
<style>
a { background-color: #C58AD6; }
a { background-color: rgb(197,138,214); }
div.DivClassName
{
background-color: #C58AD6;
}
.BgClassName
{
background-color: #C58AD6;
}
</style>
border-color css
<style>
span { border-color: #C58AD6; }
span { border-color: rgb(197,138,214); }
td.TdClassName
{
border-color: #C58AD6;
}
.TagClassName
{
border-color: #C58AD6;
}
</style>