Shades of Wisteria #C082EB
Tints of Wisteria #C082EB
RGB
CMYK
RGB Variations
Color information
#C082EB (or 0xC082EB) is known color: Wisteria. HEX triplet: C0, 82 and EB. RGB value is (192,130,235). Sum of RGB (Red+Green+Blue) = 192+130+235=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #C082EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082EB is #3F7D14. Grayscale: #A0A0A0. Windows color (decimal): -4160789 or 15434432. OLE color: 15434432.
HSL color Cylindrical-coordinate representation of color #C082EB: hue angle of 275.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C082EB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 130 | 235 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.08 |
| HSL | 275.43º | 0.72% | 0.72% | - |
| HSV(B) | 275.43º | 0.45% | 0.92% | - |
| XYZ | 44.72 | 33.17 | 82.64 | - |
| YUV | 160.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 235 | 0.18 | 0.45 | 0 | 0.08 | 275.43 | 0.72 | 0.72 |
| Hex | C0 | 82 | EB | 12 | 2D | 0 | 8 | 113 | 48 | 48 |
| Octal | 300 | 202 | 353 | 22 | 55 | 0 | 10 | 423 | 110 | 110 |
| Binary | 11000000 | 10000010 | 11101011 | 10010 | 101101 | 0 | 1000 | 100010011 | 1001000 | 1001000 |
Color Harmonies of #C082EB
Complementary color
Monochromatic Colors of #C082EB
Black with #C082EB
Text Example
Text Example
White with #C082EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082EB; }
p { color: rgb(192,130,235); }
H1.HeaderClassName
{
color: #C082EB;
}
.AnyTagClassName
{
color: #C082EB;
}
</style>
background-color css
<style>
a { background-color: #C082EB; }
a { background-color: rgb(192,130,235); }
div.DivClassName
{
background-color: #C082EB;
}
.BgClassName
{
background-color: #C082EB;
}
</style>
border-color css
<style>
span { border-color: #C082EB; }
span { border-color: rgb(192,130,235); }
td.TdClassName
{
border-color: #C082EB;
}
.TagClassName
{
border-color: #C082EB;
}
</style>