Shades of Wisteria #C582E7
Tints of Wisteria #C582E7
RGB
CMYK
RGB Variations
Color information
#C582E7 (or 0xC582E7) is known color: Wisteria. HEX triplet: C5, 82 and E7. RGB value is (197,130,231). Sum of RGB (Red+Green+Blue) = 197+130+231=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #C582E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582E7 is #3A7D18. Grayscale: #A1A1A1. Windows color (decimal): -3833113 or 15172293. OLE color: 15172293.
HSL color Cylindrical-coordinate representation of color #C582E7: hue angle of 279.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C582E7 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 130 | 231 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.09 |
| HSL | 279.8º | 0.68% | 0.71% | - |
| HSV(B) | 279.8º | 0.44% | 0.91% | - |
| XYZ | 45.43 | 33.61 | 79.69 | - |
| YUV | 161.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 231 | 0.15 | 0.44 | 0 | 0.09 | 279.8 | 0.68 | 0.71 |
| Hex | C5 | 82 | E7 | F | 2C | 0 | 9 | 118 | 44 | 47 |
| Octal | 305 | 202 | 347 | 17 | 54 | 0 | 11 | 430 | 104 | 107 |
| Binary | 11000101 | 10000010 | 11100111 | 1111 | 101100 | 0 | 1001 | 100011000 | 1000100 | 1000111 |
Color Harmonies of #C582E7
Complementary color
Monochromatic Colors of #C582E7
Black with #C582E7
Text Example
Text Example
White with #C582E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582E7; }
p { color: rgb(197,130,231); }
H1.HeaderClassName
{
color: #C582E7;
}
.AnyTagClassName
{
color: #C582E7;
}
</style>
background-color css
<style>
a { background-color: #C582E7; }
a { background-color: rgb(197,130,231); }
div.DivClassName
{
background-color: #C582E7;
}
.BgClassName
{
background-color: #C582E7;
}
</style>
border-color css
<style>
span { border-color: #C582E7; }
span { border-color: rgb(197,130,231); }
td.TdClassName
{
border-color: #C582E7;
}
.TagClassName
{
border-color: #C582E7;
}
</style>