Shades of Wisteria #C58ADD
Tints of Wisteria #C58ADD
RGB
CMYK
RGB Variations
Color information
#C58ADD (or 0xC58ADD) is known color: Wisteria. HEX triplet: C5, 8A and DD. RGB value is (197,138,221). Sum of RGB (Red+Green+Blue) = 197+138+221=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ADD is #3A7522. Grayscale: #A4A4A4. Windows color (decimal): -3831075 or 14518981. OLE color: 14518981.
HSL color Cylindrical-coordinate representation of color #C58ADD: hue angle of 282.65º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58ADD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 138 | 221 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.13 |
| HSL | 282.65º | 0.55% | 0.7% | - |
| HSV(B) | 282.65º | 0.38% | 0.87% | - |
| XYZ | 45.17 | 35.27 | 72.83 | - |
| YUV | 165.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 221 | 0.11 | 0.38 | 0 | 0.13 | 282.65 | 0.55 | 0.7 |
| Hex | C5 | 8A | DD | B | 26 | 0 | D | 11B | 37 | 46 |
| Octal | 305 | 212 | 335 | 13 | 46 | 0 | 15 | 433 | 67 | 106 |
| Binary | 11000101 | 10001010 | 11011101 | 1011 | 100110 | 0 | 1101 | 100011011 | 110111 | 1000110 |
Color Harmonies of #C58ADD
Complementary color
Monochromatic Colors of #C58ADD
Black with #C58ADD
Text Example
Text Example
White with #C58ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ADD; }
p { color: rgb(197,138,221); }
H1.HeaderClassName
{
color: #C58ADD;
}
.AnyTagClassName
{
color: #C58ADD;
}
</style>
background-color css
<style>
a { background-color: #C58ADD; }
a { background-color: rgb(197,138,221); }
div.DivClassName
{
background-color: #C58ADD;
}
.BgClassName
{
background-color: #C58ADD;
}
</style>
border-color css
<style>
span { border-color: #C58ADD; }
span { border-color: rgb(197,138,221); }
td.TdClassName
{
border-color: #C58ADD;
}
.TagClassName
{
border-color: #C58ADD;
}
</style>