Shades of Wisteria #C080DD
Tints of Wisteria #C080DD
RGB
CMYK
RGB Variations
Color information
#C080DD (or 0xC080DD) is known color: Wisteria. HEX triplet: C0, 80 and DD. RGB value is (192,128,221). Sum of RGB (Red+Green+Blue) = 192+128+221=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C080DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DD is #3F7F22. Grayscale: #9D9D9D. Windows color (decimal): -4161315 or 14516416. OLE color: 14516416.
HSL color Cylindrical-coordinate representation of color #C080DD: hue angle of 281.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C080DD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 128 | 221 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.13 |
| HSL | 281.29º | 0.58% | 0.68% | - |
| HSV(B) | 281.29º | 0.42% | 0.87% | - |
| XYZ | 42.51 | 31.87 | 72.32 | - |
| YUV | 157.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 221 | 0.13 | 0.42 | 0 | 0.13 | 281.29 | 0.58 | 0.68 |
| Hex | C0 | 80 | DD | D | 2A | 0 | D | 119 | 3A | 44 |
| Octal | 300 | 200 | 335 | 15 | 52 | 0 | 15 | 431 | 72 | 104 |
| Binary | 11000000 | 10000000 | 11011101 | 1101 | 101010 | 0 | 1101 | 100011001 | 111010 | 1000100 |
Color Harmonies of #C080DD
Complementary color
Monochromatic Colors of #C080DD
Black with #C080DD
Text Example
Text Example
White with #C080DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080DD; }
p { color: rgb(192,128,221); }
H1.HeaderClassName
{
color: #C080DD;
}
.AnyTagClassName
{
color: #C080DD;
}
</style>
background-color css
<style>
a { background-color: #C080DD; }
a { background-color: rgb(192,128,221); }
div.DivClassName
{
background-color: #C080DD;
}
.BgClassName
{
background-color: #C080DD;
}
</style>
border-color css
<style>
span { border-color: #C080DD; }
span { border-color: rgb(192,128,221); }
td.TdClassName
{
border-color: #C080DD;
}
.TagClassName
{
border-color: #C080DD;
}
</style>