Shades of Wisteria #C082DB
Tints of Wisteria #C082DB
RGB
CMYK
RGB Variations
Color information
#C082DB (or 0xC082DB) is known color: Wisteria. HEX triplet: C0, 82 and DB. RGB value is (192,130,219). Sum of RGB (Red+Green+Blue) = 192+130+219=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C082DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082DB is #3F7D24. Grayscale: #9E9E9E. Windows color (decimal): -4160805 or 14385856. OLE color: 14385856.
HSL color Cylindrical-coordinate representation of color #C082DB: hue angle of 281.8º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C082DB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 130 | 219 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.14 |
| HSL | 281.8º | 0.55% | 0.68% | - |
| HSV(B) | 281.8º | 0.41% | 0.86% | - |
| XYZ | 42.51 | 32.29 | 71.01 | - |
| YUV | 158.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 219 | 0.12 | 0.41 | 0 | 0.14 | 281.8 | 0.55 | 0.68 |
| Hex | C0 | 82 | DB | C | 29 | 0 | E | 11A | 37 | 44 |
| Octal | 300 | 202 | 333 | 14 | 51 | 0 | 16 | 432 | 67 | 104 |
| Binary | 11000000 | 10000010 | 11011011 | 1100 | 101001 | 0 | 1110 | 100011010 | 110111 | 1000100 |
Color Harmonies of #C082DB
Complementary color
Monochromatic Colors of #C082DB
Black with #C082DB
Text Example
Text Example
White with #C082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082DB; }
p { color: rgb(192,130,219); }
H1.HeaderClassName
{
color: #C082DB;
}
.AnyTagClassName
{
color: #C082DB;
}
</style>
background-color css
<style>
a { background-color: #C082DB; }
a { background-color: rgb(192,130,219); }
div.DivClassName
{
background-color: #C082DB;
}
.BgClassName
{
background-color: #C082DB;
}
</style>
border-color css
<style>
span { border-color: #C082DB; }
span { border-color: rgb(192,130,219); }
td.TdClassName
{
border-color: #C082DB;
}
.TagClassName
{
border-color: #C082DB;
}
</style>