Shades of Wisteria #C080EA
Tints of Wisteria #C080EA
RGB
CMYK
RGB Variations
Color information
#C080EA (or 0xC080EA) is known color: Wisteria. HEX triplet: C0, 80 and EA. RGB value is (192,128,234). Sum of RGB (Red+Green+Blue) = 192+128+234=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #C080EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080EA is #3F7F15. Grayscale: #9E9E9E. Windows color (decimal): -4161302 or 15368384. OLE color: 15368384.
HSL color Cylindrical-coordinate representation of color #C080EA: hue angle of 276.23º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C080EA is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 128 | 234 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.08 |
| HSL | 276.23º | 0.72% | 0.71% | - |
| HSV(B) | 276.23º | 0.45% | 0.92% | - |
| XYZ | 44.31 | 32.59 | 81.8 | - |
| YUV | 159.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 234 | 0.18 | 0.45 | 0 | 0.08 | 276.23 | 0.72 | 0.71 |
| Hex | C0 | 80 | EA | 12 | 2D | 0 | 8 | 114 | 48 | 47 |
| Octal | 300 | 200 | 352 | 22 | 55 | 0 | 10 | 424 | 110 | 107 |
| Binary | 11000000 | 10000000 | 11101010 | 10010 | 101101 | 0 | 1000 | 100010100 | 1001000 | 1000111 |
Color Harmonies of #C080EA
Complementary color
Monochromatic Colors of #C080EA
Black with #C080EA
Text Example
Text Example
White with #C080EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080EA; }
p { color: rgb(192,128,234); }
H1.HeaderClassName
{
color: #C080EA;
}
.AnyTagClassName
{
color: #C080EA;
}
</style>
background-color css
<style>
a { background-color: #C080EA; }
a { background-color: rgb(192,128,234); }
div.DivClassName
{
background-color: #C080EA;
}
.BgClassName
{
background-color: #C080EA;
}
</style>
border-color css
<style>
span { border-color: #C080EA; }
span { border-color: rgb(192,128,234); }
td.TdClassName
{
border-color: #C080EA;
}
.TagClassName
{
border-color: #C080EA;
}
</style>