Shades of Wisteria #C082EF
Tints of Wisteria #C082EF
RGB
CMYK
RGB Variations
Color information
#C082EF (or 0xC082EF) is known color: Wisteria. HEX triplet: C0, 82 and EF. RGB value is (192,130,239). Sum of RGB (Red+Green+Blue) = 192+130+239=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #C082EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082EF is #3F7D10. Grayscale: #A0A0A0. Windows color (decimal): -4160785 or 15696576. OLE color: 15696576.
HSL color Cylindrical-coordinate representation of color #C082EF: hue angle of 274.13º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C082EF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 130 | 239 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.06 |
| HSL | 274.13º | 0.77% | 0.72% | - |
| HSV(B) | 274.13º | 0.46% | 0.94% | - |
| XYZ | 45.3 | 33.4 | 85.72 | - |
| YUV | 160.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 239 | 0.20 | 0.46 | 0 | 0.06 | 274.13 | 0.77 | 0.72 |
| Hex | C0 | 82 | EF | 14 | 2E | 0 | 6 | 112 | 4D | 48 |
| Octal | 300 | 202 | 357 | 24 | 56 | 0 | 6 | 422 | 115 | 110 |
| Binary | 11000000 | 10000010 | 11101111 | 10100 | 101110 | 0 | 110 | 100010010 | 1001101 | 1001000 |
Color Harmonies of #C082EF
Complementary color
Monochromatic Colors of #C082EF
Black with #C082EF
Text Example
Text Example
White with #C082EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082EF; }
p { color: rgb(192,130,239); }
H1.HeaderClassName
{
color: #C082EF;
}
.AnyTagClassName
{
color: #C082EF;
}
</style>
background-color css
<style>
a { background-color: #C082EF; }
a { background-color: rgb(192,130,239); }
div.DivClassName
{
background-color: #C082EF;
}
.BgClassName
{
background-color: #C082EF;
}
</style>
border-color css
<style>
span { border-color: #C082EF; }
span { border-color: rgb(192,130,239); }
td.TdClassName
{
border-color: #C082EF;
}
.TagClassName
{
border-color: #C082EF;
}
</style>