Shades of Wisteria #C083EE
Tints of Wisteria #C083EE
RGB
CMYK
RGB Variations
Color information
#C083EE (or 0xC083EE) is known color: Wisteria. HEX triplet: C0, 83 and EE. RGB value is (192,131,238). Sum of RGB (Red+Green+Blue) = 192+131+238=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #C083EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083EE is #3F7C11. Grayscale: #A1A1A1. Windows color (decimal): -4160530 or 15631296. OLE color: 15631296.
HSL color Cylindrical-coordinate representation of color #C083EE: hue angle of 274.21º 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 #C083EE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 131 | 238 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.07 |
| HSL | 274.21º | 0.76% | 0.72% | - |
| HSV(B) | 274.21º | 0.45% | 0.93% | - |
| XYZ | 45.29 | 33.61 | 84.99 | - |
| YUV | 161.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 238 | 0.19 | 0.45 | 0 | 0.07 | 274.21 | 0.76 | 0.72 |
| Hex | C0 | 83 | EE | 13 | 2D | 0 | 7 | 112 | 4C | 48 |
| Octal | 300 | 203 | 356 | 23 | 55 | 0 | 7 | 422 | 114 | 110 |
| Binary | 11000000 | 10000011 | 11101110 | 10011 | 101101 | 0 | 111 | 100010010 | 1001100 | 1001000 |
Color Harmonies of #C083EE
Complementary color
Monochromatic Colors of #C083EE
Black with #C083EE
Text Example
Text Example
White with #C083EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083EE; }
p { color: rgb(192,131,238); }
H1.HeaderClassName
{
color: #C083EE;
}
.AnyTagClassName
{
color: #C083EE;
}
</style>
background-color css
<style>
a { background-color: #C083EE; }
a { background-color: rgb(192,131,238); }
div.DivClassName
{
background-color: #C083EE;
}
.BgClassName
{
background-color: #C083EE;
}
</style>
border-color css
<style>
span { border-color: #C083EE; }
span { border-color: rgb(192,131,238); }
td.TdClassName
{
border-color: #C083EE;
}
.TagClassName
{
border-color: #C083EE;
}
</style>