Shades of Wisteria #C080E4
Tints of Wisteria #C080E4
RGB
CMYK
RGB Variations
Color information
#C080E4 (or 0xC080E4) is known color: Wisteria. HEX triplet: C0, 80 and E4. RGB value is (192,128,228). Sum of RGB (Red+Green+Blue) = 192+128+228=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #C080E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080E4 is #3F7F1B. Grayscale: #9E9E9E. Windows color (decimal): -4161308 or 14975168. OLE color: 14975168.
HSL color Cylindrical-coordinate representation of color #C080E4: hue angle of 278.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C080E4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 128 | 228 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.11 |
| HSL | 278.4º | 0.65% | 0.7% | - |
| HSV(B) | 278.4º | 0.44% | 0.89% | - |
| XYZ | 43.46 | 32.25 | 77.33 | - |
| YUV | 158.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 228 | 0.16 | 0.44 | 0 | 0.11 | 278.4 | 0.65 | 0.7 |
| Hex | C0 | 80 | E4 | 10 | 2C | 0 | B | 116 | 41 | 46 |
| Octal | 300 | 200 | 344 | 20 | 54 | 0 | 13 | 426 | 101 | 106 |
| Binary | 11000000 | 10000000 | 11100100 | 10000 | 101100 | 0 | 1011 | 100010110 | 1000001 | 1000110 |
Color Harmonies of #C080E4
Complementary color
Monochromatic Colors of #C080E4
Black with #C080E4
Text Example
Text Example
White with #C080E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080E4; }
p { color: rgb(192,128,228); }
H1.HeaderClassName
{
color: #C080E4;
}
.AnyTagClassName
{
color: #C080E4;
}
</style>
background-color css
<style>
a { background-color: #C080E4; }
a { background-color: rgb(192,128,228); }
div.DivClassName
{
background-color: #C080E4;
}
.BgClassName
{
background-color: #C080E4;
}
</style>
border-color css
<style>
span { border-color: #C080E4; }
span { border-color: rgb(192,128,228); }
td.TdClassName
{
border-color: #C080E4;
}
.TagClassName
{
border-color: #C080E4;
}
</style>