Shades of Wisteria #C080EE
Tints of Wisteria #C080EE
RGB
CMYK
RGB Variations
Color information
#C080EE (or 0xC080EE) is known color: Wisteria. HEX triplet: C0, 80 and EE. RGB value is (192,128,238). Sum of RGB (Red+Green+Blue) = 192+128+238=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #C080EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080EE is #3F7F11. Grayscale: #9F9F9F. Windows color (decimal): -4161298 or 15630528. OLE color: 15630528.
HSL color Cylindrical-coordinate representation of color #C080EE: hue angle of 274.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C080EE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 128 | 238 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 274.91º | 0.76% | 0.72% | - |
| HSV(B) | 274.91º | 0.46% | 0.93% | - |
| XYZ | 44.89 | 32.82 | 84.86 | - |
| YUV | 159.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 238 | 0.19 | 0.46 | 0 | 0.07 | 274.91 | 0.76 | 0.72 |
| Hex | C0 | 80 | EE | 13 | 2E | 0 | 7 | 113 | 4C | 48 |
| Octal | 300 | 200 | 356 | 23 | 56 | 0 | 7 | 423 | 114 | 110 |
| Binary | 11000000 | 10000000 | 11101110 | 10011 | 101110 | 0 | 111 | 100010011 | 1001100 | 1001000 |
Color Harmonies of #C080EE
Complementary color
Monochromatic Colors of #C080EE
Black with #C080EE
Text Example
Text Example
White with #C080EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080EE; }
p { color: rgb(192,128,238); }
H1.HeaderClassName
{
color: #C080EE;
}
.AnyTagClassName
{
color: #C080EE;
}
</style>
background-color css
<style>
a { background-color: #C080EE; }
a { background-color: rgb(192,128,238); }
div.DivClassName
{
background-color: #C080EE;
}
.BgClassName
{
background-color: #C080EE;
}
</style>
border-color css
<style>
span { border-color: #C080EE; }
span { border-color: rgb(192,128,238); }
td.TdClassName
{
border-color: #C080EE;
}
.TagClassName
{
border-color: #C080EE;
}
</style>