Shades of Wisteria #C482E5
Tints of Wisteria #C482E5
RGB
CMYK
RGB Variations
Color information
#C482E5 (or 0xC482E5) is known color: Wisteria. HEX triplet: C4, 82 and E5. RGB value is (196,130,229). Sum of RGB (Red+Green+Blue) = 196+130+229=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #C482E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482E5 is #3B7D1A. Grayscale: #A0A0A0. Windows color (decimal): -3898651 or 15041220. OLE color: 15041220.
HSL color Cylindrical-coordinate representation of color #C482E5: hue angle of 280º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C482E5 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 130 | 229 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.10 |
| HSL | 280º | 0.66% | 0.7% | - |
| HSV(B) | 280º | 0.43% | 0.9% | - |
| XYZ | 44.89 | 33.36 | 78.2 | - |
| YUV | 161.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 229 | 0.14 | 0.43 | 0 | 0.10 | 280 | 0.66 | 0.7 |
| Hex | C4 | 82 | E5 | E | 2B | 0 | A | 118 | 42 | 46 |
| Octal | 304 | 202 | 345 | 16 | 53 | 0 | 12 | 430 | 102 | 106 |
| Binary | 11000100 | 10000010 | 11100101 | 1110 | 101011 | 0 | 1010 | 100011000 | 1000010 | 1000110 |
Color Harmonies of #C482E5
Complementary color
Monochromatic Colors of #C482E5
Black with #C482E5
Text Example
Text Example
White with #C482E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482E5; }
p { color: rgb(196,130,229); }
H1.HeaderClassName
{
color: #C482E5;
}
.AnyTagClassName
{
color: #C482E5;
}
</style>
background-color css
<style>
a { background-color: #C482E5; }
a { background-color: rgb(196,130,229); }
div.DivClassName
{
background-color: #C482E5;
}
.BgClassName
{
background-color: #C482E5;
}
</style>
border-color css
<style>
span { border-color: #C482E5; }
span { border-color: rgb(196,130,229); }
td.TdClassName
{
border-color: #C482E5;
}
.TagClassName
{
border-color: #C482E5;
}
</style>