Shades of Wisteria #C080E8
Tints of Wisteria #C080E8
RGB
CMYK
RGB Variations
Color information
#C080E8 (or 0xC080E8) is known color: Wisteria. HEX triplet: C0, 80 and E8. RGB value is (192,128,232). Sum of RGB (Red+Green+Blue) = 192+128+232=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #C080E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080E8 is #3F7F17. Grayscale: #9E9E9E. Windows color (decimal): -4161304 or 15237312. OLE color: 15237312.
HSL color Cylindrical-coordinate representation of color #C080E8: hue angle of 276.92º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C080E8 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 128 | 232 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.09 |
| HSL | 276.92º | 0.69% | 0.71% | - |
| HSV(B) | 276.92º | 0.45% | 0.91% | - |
| XYZ | 44.02 | 32.47 | 80.29 | - |
| YUV | 158.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 232 | 0.17 | 0.45 | 0 | 0.09 | 276.92 | 0.69 | 0.71 |
| Hex | C0 | 80 | E8 | 11 | 2D | 0 | 9 | 115 | 45 | 47 |
| Octal | 300 | 200 | 350 | 21 | 55 | 0 | 11 | 425 | 105 | 107 |
| Binary | 11000000 | 10000000 | 11101000 | 10001 | 101101 | 0 | 1001 | 100010101 | 1000101 | 1000111 |
Color Harmonies of #C080E8
Complementary color
Monochromatic Colors of #C080E8
Black with #C080E8
Text Example
Text Example
White with #C080E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080E8; }
p { color: rgb(192,128,232); }
H1.HeaderClassName
{
color: #C080E8;
}
.AnyTagClassName
{
color: #C080E8;
}
</style>
background-color css
<style>
a { background-color: #C080E8; }
a { background-color: rgb(192,128,232); }
div.DivClassName
{
background-color: #C080E8;
}
.BgClassName
{
background-color: #C080E8;
}
</style>
border-color css
<style>
span { border-color: #C080E8; }
span { border-color: rgb(192,128,232); }
td.TdClassName
{
border-color: #C080E8;
}
.TagClassName
{
border-color: #C080E8;
}
</style>