Shades of Wisteria #C080DC
Tints of Wisteria #C080DC
RGB
CMYK
RGB Variations
Color information
#C080DC (or 0xC080DC) is known color: Wisteria. HEX triplet: C0, 80 and DC. RGB value is (192,128,220). Sum of RGB (Red+Green+Blue) = 192+128+220=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C080DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DC is #3F7F23. Grayscale: #9D9D9D. Windows color (decimal): -4161316 or 14450880. OLE color: 14450880.
HSL color Cylindrical-coordinate representation of color #C080DC: hue angle of 281.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C080DC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 128 | 220 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.14 |
| HSL | 281.74º | 0.57% | 0.68% | - |
| HSV(B) | 281.74º | 0.42% | 0.86% | - |
| XYZ | 42.38 | 31.81 | 71.62 | - |
| YUV | 157.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 220 | 0.13 | 0.42 | 0 | 0.14 | 281.74 | 0.57 | 0.68 |
| Hex | C0 | 80 | DC | D | 2A | 0 | E | 11A | 39 | 44 |
| Octal | 300 | 200 | 334 | 15 | 52 | 0 | 16 | 432 | 71 | 104 |
| Binary | 11000000 | 10000000 | 11011100 | 1101 | 101010 | 0 | 1110 | 100011010 | 111001 | 1000100 |
Color Harmonies of #C080DC
Complementary color
Monochromatic Colors of #C080DC
Black with #C080DC
Text Example
Text Example
White with #C080DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080DC; }
p { color: rgb(192,128,220); }
H1.HeaderClassName
{
color: #C080DC;
}
.AnyTagClassName
{
color: #C080DC;
}
</style>
background-color css
<style>
a { background-color: #C080DC; }
a { background-color: rgb(192,128,220); }
div.DivClassName
{
background-color: #C080DC;
}
.BgClassName
{
background-color: #C080DC;
}
</style>
border-color css
<style>
span { border-color: #C080DC; }
span { border-color: rgb(192,128,220); }
td.TdClassName
{
border-color: #C080DC;
}
.TagClassName
{
border-color: #C080DC;
}
</style>