Shades of Wisteria #C082EE
Tints of Wisteria #C082EE
RGB
CMYK
RGB Variations
Color information
#C082EE (or 0xC082EE) is known color: Wisteria. HEX triplet: C0, 82 and EE. RGB value is (192,130,238). Sum of RGB (Red+Green+Blue) = 192+130+238=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #C082EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082EE is #3F7D11. Grayscale: #A0A0A0. Windows color (decimal): -4160786 or 15631040. OLE color: 15631040.
HSL color Cylindrical-coordinate representation of color #C082EE: hue angle of 274.44º degrees, saturation: 0.76, 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 #C082EE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 130 | 238 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.07 |
| HSL | 274.44º | 0.76% | 0.72% | - |
| HSV(B) | 274.44º | 0.45% | 0.93% | - |
| XYZ | 45.15 | 33.34 | 84.95 | - |
| YUV | 160.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 238 | 0.19 | 0.45 | 0 | 0.07 | 274.44 | 0.76 | 0.72 |
| Hex | C0 | 82 | EE | 13 | 2D | 0 | 7 | 112 | 4C | 48 |
| Octal | 300 | 202 | 356 | 23 | 55 | 0 | 7 | 422 | 114 | 110 |
| Binary | 11000000 | 10000010 | 11101110 | 10011 | 101101 | 0 | 111 | 100010010 | 1001100 | 1001000 |
Color Harmonies of #C082EE
Complementary color
Monochromatic Colors of #C082EE
Black with #C082EE
Text Example
Text Example
White with #C082EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082EE; }
p { color: rgb(192,130,238); }
H1.HeaderClassName
{
color: #C082EE;
}
.AnyTagClassName
{
color: #C082EE;
}
</style>
background-color css
<style>
a { background-color: #C082EE; }
a { background-color: rgb(192,130,238); }
div.DivClassName
{
background-color: #C082EE;
}
.BgClassName
{
background-color: #C082EE;
}
</style>
border-color css
<style>
span { border-color: #C082EE; }
span { border-color: rgb(192,130,238); }
td.TdClassName
{
border-color: #C082EE;
}
.TagClassName
{
border-color: #C082EE;
}
</style>