Shades of Wisteria #C080DE
Tints of Wisteria #C080DE
RGB
CMYK
RGB Variations
Color information
#C080DE (or 0xC080DE) is known color: Wisteria. HEX triplet: C0, 80 and DE. RGB value is (192,128,222). Sum of RGB (Red+Green+Blue) = 192+128+222=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #C080DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DE is #3F7F21. Grayscale: #9D9D9D. Windows color (decimal): -4161314 or 14581952. OLE color: 14581952.
HSL color Cylindrical-coordinate representation of color #C080DE: hue angle of 280.85º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C080DE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 128 | 222 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.13 |
| HSL | 280.85º | 0.59% | 0.69% | - |
| HSV(B) | 280.85º | 0.42% | 0.87% | - |
| XYZ | 42.64 | 31.92 | 73.02 | - |
| YUV | 157.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 222 | 0.14 | 0.42 | 0 | 0.13 | 280.85 | 0.59 | 0.69 |
| Hex | C0 | 80 | DE | E | 2A | 0 | D | 119 | 3B | 45 |
| Octal | 300 | 200 | 336 | 16 | 52 | 0 | 15 | 431 | 73 | 105 |
| Binary | 11000000 | 10000000 | 11011110 | 1110 | 101010 | 0 | 1101 | 100011001 | 111011 | 1000101 |
Color Harmonies of #C080DE
Complementary color
Monochromatic Colors of #C080DE
Black with #C080DE
Text Example
Text Example
White with #C080DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080DE; }
p { color: rgb(192,128,222); }
H1.HeaderClassName
{
color: #C080DE;
}
.AnyTagClassName
{
color: #C080DE;
}
</style>
background-color css
<style>
a { background-color: #C080DE; }
a { background-color: rgb(192,128,222); }
div.DivClassName
{
background-color: #C080DE;
}
.BgClassName
{
background-color: #C080DE;
}
</style>
border-color css
<style>
span { border-color: #C080DE; }
span { border-color: rgb(192,128,222); }
td.TdClassName
{
border-color: #C080DE;
}
.TagClassName
{
border-color: #C080DE;
}
</style>