Shades of Wisteria #C083EB
Tints of Wisteria #C083EB
RGB
CMYK
RGB Variations
Color information
#C083EB (or 0xC083EB) is known color: Wisteria. HEX triplet: C0, 83 and EB. RGB value is (192,131,235). Sum of RGB (Red+Green+Blue) = 192+131+235=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #C083EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083EB is #3F7C14. Grayscale: #A0A0A0. Windows color (decimal): -4160533 or 15434688. OLE color: 15434688.
HSL color Cylindrical-coordinate representation of color #C083EB: hue angle of 275.19º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C083EB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 131 | 235 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 275.19º | 0.72% | 0.72% | - |
| HSV(B) | 275.19º | 0.44% | 0.92% | - |
| XYZ | 44.85 | 33.44 | 82.69 | - |
| YUV | 161.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 235 | 0.18 | 0.44 | 0 | 0.08 | 275.19 | 0.72 | 0.72 |
| Hex | C0 | 83 | EB | 12 | 2C | 0 | 8 | 113 | 48 | 48 |
| Octal | 300 | 203 | 353 | 22 | 54 | 0 | 10 | 423 | 110 | 110 |
| Binary | 11000000 | 10000011 | 11101011 | 10010 | 101100 | 0 | 1000 | 100010011 | 1001000 | 1001000 |
Color Harmonies of #C083EB
Complementary color
Monochromatic Colors of #C083EB
Black with #C083EB
Text Example
Text Example
White with #C083EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083EB; }
p { color: rgb(192,131,235); }
H1.HeaderClassName
{
color: #C083EB;
}
.AnyTagClassName
{
color: #C083EB;
}
</style>
background-color css
<style>
a { background-color: #C083EB; }
a { background-color: rgb(192,131,235); }
div.DivClassName
{
background-color: #C083EB;
}
.BgClassName
{
background-color: #C083EB;
}
</style>
border-color css
<style>
span { border-color: #C083EB; }
span { border-color: rgb(192,131,235); }
td.TdClassName
{
border-color: #C083EB;
}
.TagClassName
{
border-color: #C083EB;
}
</style>