Shades of Wisteria #C080D9
Tints of Wisteria #C080D9
RGB
CMYK
RGB Variations
Color information
#C080D9 (or 0xC080D9) is known color: Wisteria. HEX triplet: C0, 80 and D9. RGB value is (192,128,217). Sum of RGB (Red+Green+Blue) = 192+128+217=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #C080D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080D9 is #3F7F26. Grayscale: #9C9C9C. Windows color (decimal): -4161319 or 14254272. OLE color: 14254272.
HSL color Cylindrical-coordinate representation of color #C080D9: hue angle of 283.15º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C080D9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 128 | 217 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.15 |
| HSL | 283.15º | 0.54% | 0.68% | - |
| HSV(B) | 283.15º | 0.41% | 0.85% | - |
| XYZ | 41.98 | 31.65 | 69.54 | - |
| YUV | 157.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 217 | 0.12 | 0.41 | 0 | 0.15 | 283.15 | 0.54 | 0.68 |
| Hex | C0 | 80 | D9 | C | 29 | 0 | F | 11B | 36 | 44 |
| Octal | 300 | 200 | 331 | 14 | 51 | 0 | 17 | 433 | 66 | 104 |
| Binary | 11000000 | 10000000 | 11011001 | 1100 | 101001 | 0 | 1111 | 100011011 | 110110 | 1000100 |
Color Harmonies of #C080D9
Complementary color
Monochromatic Colors of #C080D9
Black with #C080D9
Text Example
Text Example
White with #C080D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080D9; }
p { color: rgb(192,128,217); }
H1.HeaderClassName
{
color: #C080D9;
}
.AnyTagClassName
{
color: #C080D9;
}
</style>
background-color css
<style>
a { background-color: #C080D9; }
a { background-color: rgb(192,128,217); }
div.DivClassName
{
background-color: #C080D9;
}
.BgClassName
{
background-color: #C080D9;
}
</style>
border-color css
<style>
span { border-color: #C080D9; }
span { border-color: rgb(192,128,217); }
td.TdClassName
{
border-color: #C080D9;
}
.TagClassName
{
border-color: #C080D9;
}
</style>