Shades of Wisteria #C482EC
Tints of Wisteria #C482EC
RGB
CMYK
RGB Variations
Color information
#C482EC (or 0xC482EC) is known color: Wisteria. HEX triplet: C4, 82 and EC. RGB value is (196,130,236). Sum of RGB (Red+Green+Blue) = 196+130+236=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #C482EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482EC is #3B7D13. Grayscale: #A1A1A1. Windows color (decimal): -3898644 or 15499972. OLE color: 15499972.
HSL color Cylindrical-coordinate representation of color #C482EC: hue angle of 277.36º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C482EC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 130 | 236 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.07 |
| HSL | 277.36º | 0.74% | 0.72% | - |
| HSV(B) | 277.36º | 0.45% | 0.93% | - |
| XYZ | 45.89 | 33.76 | 83.45 | - |
| YUV | 161.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 236 | 0.17 | 0.45 | 0 | 0.07 | 277.36 | 0.74 | 0.72 |
| Hex | C4 | 82 | EC | 11 | 2D | 0 | 7 | 115 | 4A | 48 |
| Octal | 304 | 202 | 354 | 21 | 55 | 0 | 7 | 425 | 112 | 110 |
| Binary | 11000100 | 10000010 | 11101100 | 10001 | 101101 | 0 | 111 | 100010101 | 1001010 | 1001000 |
Color Harmonies of #C482EC
Complementary color
Monochromatic Colors of #C482EC
Black with #C482EC
Text Example
Text Example
White with #C482EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482EC; }
p { color: rgb(196,130,236); }
H1.HeaderClassName
{
color: #C482EC;
}
.AnyTagClassName
{
color: #C482EC;
}
</style>
background-color css
<style>
a { background-color: #C482EC; }
a { background-color: rgb(196,130,236); }
div.DivClassName
{
background-color: #C482EC;
}
.BgClassName
{
background-color: #C482EC;
}
</style>
border-color css
<style>
span { border-color: #C482EC; }
span { border-color: rgb(196,130,236); }
td.TdClassName
{
border-color: #C482EC;
}
.TagClassName
{
border-color: #C482EC;
}
</style>