Shades of Wisteria #C582E4
Tints of Wisteria #C582E4
RGB
CMYK
RGB Variations
Color information
#C582E4 (or 0xC582E4) is known color: Wisteria. HEX triplet: C5, 82 and E4. RGB value is (197,130,228). Sum of RGB (Red+Green+Blue) = 197+130+228=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #C582E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582E4 is #3A7D1B. Grayscale: #A0A0A0. Windows color (decimal): -3833116 or 14975685. OLE color: 14975685.
HSL color Cylindrical-coordinate representation of color #C582E4: hue angle of 281.02º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C582E4 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 130 | 228 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.11 |
| HSL | 281.02º | 0.64% | 0.7% | - |
| HSV(B) | 281.02º | 0.43% | 0.89% | - |
| XYZ | 45.01 | 33.44 | 77.48 | - |
| YUV | 161.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 228 | 0.14 | 0.43 | 0 | 0.11 | 281.02 | 0.64 | 0.7 |
| Hex | C5 | 82 | E4 | E | 2B | 0 | B | 119 | 40 | 46 |
| Octal | 305 | 202 | 344 | 16 | 53 | 0 | 13 | 431 | 100 | 106 |
| Binary | 11000101 | 10000010 | 11100100 | 1110 | 101011 | 0 | 1011 | 100011001 | 1000000 | 1000110 |
Color Harmonies of #C582E4
Complementary color
Monochromatic Colors of #C582E4
Black with #C582E4
Text Example
Text Example
White with #C582E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582E4; }
p { color: rgb(197,130,228); }
H1.HeaderClassName
{
color: #C582E4;
}
.AnyTagClassName
{
color: #C582E4;
}
</style>
background-color css
<style>
a { background-color: #C582E4; }
a { background-color: rgb(197,130,228); }
div.DivClassName
{
background-color: #C582E4;
}
.BgClassName
{
background-color: #C582E4;
}
</style>
border-color css
<style>
span { border-color: #C582E4; }
span { border-color: rgb(197,130,228); }
td.TdClassName
{
border-color: #C582E4;
}
.TagClassName
{
border-color: #C582E4;
}
</style>