Shades of Wisteria #C080EB
Tints of Wisteria #C080EB
RGB
CMYK
RGB Variations
Color information
#C080EB (or 0xC080EB) is known color: Wisteria. HEX triplet: C0, 80 and EB. RGB value is (192,128,235). Sum of RGB (Red+Green+Blue) = 192+128+235=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #C080EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080EB is #3F7F14. Grayscale: #9E9E9E. Windows color (decimal): -4161301 or 15433920. OLE color: 15433920.
HSL color Cylindrical-coordinate representation of color #C080EB: hue angle of 275.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C080EB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 128 | 235 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.08 |
| HSL | 275.89º | 0.73% | 0.71% | - |
| HSV(B) | 275.89º | 0.46% | 0.92% | - |
| XYZ | 44.45 | 32.64 | 82.56 | - |
| YUV | 159.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 235 | 0.18 | 0.46 | 0 | 0.08 | 275.89 | 0.73 | 0.71 |
| Hex | C0 | 80 | EB | 12 | 2E | 0 | 8 | 114 | 49 | 47 |
| Octal | 300 | 200 | 353 | 22 | 56 | 0 | 10 | 424 | 111 | 107 |
| Binary | 11000000 | 10000000 | 11101011 | 10010 | 101110 | 0 | 1000 | 100010100 | 1001001 | 1000111 |
Color Harmonies of #C080EB
Complementary color
Monochromatic Colors of #C080EB
Black with #C080EB
Text Example
Text Example
White with #C080EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080EB; }
p { color: rgb(192,128,235); }
H1.HeaderClassName
{
color: #C080EB;
}
.AnyTagClassName
{
color: #C080EB;
}
</style>
background-color css
<style>
a { background-color: #C080EB; }
a { background-color: rgb(192,128,235); }
div.DivClassName
{
background-color: #C080EB;
}
.BgClassName
{
background-color: #C080EB;
}
</style>
border-color css
<style>
span { border-color: #C080EB; }
span { border-color: rgb(192,128,235); }
td.TdClassName
{
border-color: #C080EB;
}
.TagClassName
{
border-color: #C080EB;
}
</style>