Shades of Wisteria #C080D8
Tints of Wisteria #C080D8
RGB
CMYK
RGB Variations
Color information
#C080D8 (or 0xC080D8) is known color: Wisteria. HEX triplet: C0, 80 and D8. RGB value is (192,128,216). Sum of RGB (Red+Green+Blue) = 192+128+216=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #C080D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080D8 is #3F7F27. Grayscale: #9C9C9C. Windows color (decimal): -4161320 or 14188736. OLE color: 14188736.
HSL color Cylindrical-coordinate representation of color #C080D8: hue angle of 283.64º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C080D8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 128 | 216 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.15 |
| HSL | 283.64º | 0.53% | 0.67% | - |
| HSV(B) | 283.64º | 0.41% | 0.85% | - |
| XYZ | 41.85 | 31.6 | 68.86 | - |
| YUV | 157.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 216 | 0.11 | 0.41 | 0 | 0.15 | 283.64 | 0.53 | 0.67 |
| Hex | C0 | 80 | D8 | B | 29 | 0 | F | 11C | 35 | 43 |
| Octal | 300 | 200 | 330 | 13 | 51 | 0 | 17 | 434 | 65 | 103 |
| Binary | 11000000 | 10000000 | 11011000 | 1011 | 101001 | 0 | 1111 | 100011100 | 110101 | 1000011 |
Color Harmonies of #C080D8
Complementary color
Monochromatic Colors of #C080D8
Black with #C080D8
Text Example
Text Example
White with #C080D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080D8; }
p { color: rgb(192,128,216); }
H1.HeaderClassName
{
color: #C080D8;
}
.AnyTagClassName
{
color: #C080D8;
}
</style>
background-color css
<style>
a { background-color: #C080D8; }
a { background-color: rgb(192,128,216); }
div.DivClassName
{
background-color: #C080D8;
}
.BgClassName
{
background-color: #C080D8;
}
</style>
border-color css
<style>
span { border-color: #C080D8; }
span { border-color: rgb(192,128,216); }
td.TdClassName
{
border-color: #C080D8;
}
.TagClassName
{
border-color: #C080D8;
}
</style>