Shades of Wisteria #C482E9
Tints of Wisteria #C482E9
RGB
CMYK
RGB Variations
Color information
#C482E9 (or 0xC482E9) is known color: Wisteria. HEX triplet: C4, 82 and E9. RGB value is (196,130,233). Sum of RGB (Red+Green+Blue) = 196+130+233=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #C482E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482E9 is #3B7D16. Grayscale: #A1A1A1. Windows color (decimal): -3898647 or 15303364. OLE color: 15303364.
HSL color Cylindrical-coordinate representation of color #C482E9: hue angle of 278.45º degrees, saturation: 0.7, 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 #C482E9 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 130 | 233 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.09 |
| HSL | 278.45º | 0.7% | 0.71% | - |
| HSV(B) | 278.45º | 0.44% | 0.91% | - |
| XYZ | 45.46 | 33.58 | 81.18 | - |
| YUV | 161.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 233 | 0.16 | 0.44 | 0 | 0.09 | 278.45 | 0.7 | 0.71 |
| Hex | C4 | 82 | E9 | 10 | 2C | 0 | 9 | 116 | 46 | 47 |
| Octal | 304 | 202 | 351 | 20 | 54 | 0 | 11 | 426 | 106 | 107 |
| Binary | 11000100 | 10000010 | 11101001 | 10000 | 101100 | 0 | 1001 | 100010110 | 1000110 | 1000111 |
Color Harmonies of #C482E9
Complementary color
Monochromatic Colors of #C482E9
Black with #C482E9
Text Example
Text Example
White with #C482E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482E9; }
p { color: rgb(196,130,233); }
H1.HeaderClassName
{
color: #C482E9;
}
.AnyTagClassName
{
color: #C482E9;
}
</style>
background-color css
<style>
a { background-color: #C482E9; }
a { background-color: rgb(196,130,233); }
div.DivClassName
{
background-color: #C482E9;
}
.BgClassName
{
background-color: #C482E9;
}
</style>
border-color css
<style>
span { border-color: #C482E9; }
span { border-color: rgb(196,130,233); }
td.TdClassName
{
border-color: #C482E9;
}
.TagClassName
{
border-color: #C482E9;
}
</style>