Shades of Wisteria #C080DF
Tints of Wisteria #C080DF
RGB
CMYK
RGB Variations
Color information
#C080DF (or 0xC080DF) is known color: Wisteria. HEX triplet: C0, 80 and DF. RGB value is (192,128,223). Sum of RGB (Red+Green+Blue) = 192+128+223=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C080DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DF is #3F7F20. Grayscale: #9D9D9D. Windows color (decimal): -4161313 or 14647488. OLE color: 14647488.
HSL color Cylindrical-coordinate representation of color #C080DF: hue angle of 280.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C080DF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 128 | 223 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 280.42º | 0.6% | 0.69% | - |
| HSV(B) | 280.42º | 0.43% | 0.87% | - |
| XYZ | 42.78 | 31.97 | 73.73 | - |
| YUV | 157.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 223 | 0.14 | 0.43 | 0 | 0.13 | 280.42 | 0.6 | 0.69 |
| Hex | C0 | 80 | DF | E | 2B | 0 | D | 118 | 3C | 45 |
| Octal | 300 | 200 | 337 | 16 | 53 | 0 | 15 | 430 | 74 | 105 |
| Binary | 11000000 | 10000000 | 11011111 | 1110 | 101011 | 0 | 1101 | 100011000 | 111100 | 1000101 |
Color Harmonies of #C080DF
Complementary color
Monochromatic Colors of #C080DF
Black with #C080DF
Text Example
Text Example
White with #C080DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080DF; }
p { color: rgb(192,128,223); }
H1.HeaderClassName
{
color: #C080DF;
}
.AnyTagClassName
{
color: #C080DF;
}
</style>
background-color css
<style>
a { background-color: #C080DF; }
a { background-color: rgb(192,128,223); }
div.DivClassName
{
background-color: #C080DF;
}
.BgClassName
{
background-color: #C080DF;
}
</style>
border-color css
<style>
span { border-color: #C080DF; }
span { border-color: rgb(192,128,223); }
td.TdClassName
{
border-color: #C080DF;
}
.TagClassName
{
border-color: #C080DF;
}
</style>