Shades of Wisteria #C082D9
Tints of Wisteria #C082D9
RGB
CMYK
RGB Variations
Color information
#C082D9 (or 0xC082D9) is known color: Wisteria. HEX triplet: C0, 82 and D9. RGB value is (192,130,217). Sum of RGB (Red+Green+Blue) = 192+130+217=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #C082D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082D9 is #3F7D26. Grayscale: #9E9E9E. Windows color (decimal): -4160807 or 14254784. OLE color: 14254784.
HSL color Cylindrical-coordinate representation of color #C082D9: hue angle of 282.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C082D9 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 130 | 217 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.15 |
| HSL | 282.76º | 0.53% | 0.68% | - |
| HSV(B) | 282.76º | 0.4% | 0.85% | - |
| XYZ | 42.25 | 32.18 | 69.63 | - |
| YUV | 158.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 217 | 0.12 | 0.40 | 0 | 0.15 | 282.76 | 0.53 | 0.68 |
| Hex | C0 | 82 | D9 | C | 28 | 0 | F | 11B | 35 | 44 |
| Octal | 300 | 202 | 331 | 14 | 50 | 0 | 17 | 433 | 65 | 104 |
| Binary | 11000000 | 10000010 | 11011001 | 1100 | 101000 | 0 | 1111 | 100011011 | 110101 | 1000100 |
Color Harmonies of #C082D9
Complementary color
Monochromatic Colors of #C082D9
Black with #C082D9
Text Example
Text Example
White with #C082D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082D9; }
p { color: rgb(192,130,217); }
H1.HeaderClassName
{
color: #C082D9;
}
.AnyTagClassName
{
color: #C082D9;
}
</style>
background-color css
<style>
a { background-color: #C082D9; }
a { background-color: rgb(192,130,217); }
div.DivClassName
{
background-color: #C082D9;
}
.BgClassName
{
background-color: #C082D9;
}
</style>
border-color css
<style>
span { border-color: #C082D9; }
span { border-color: rgb(192,130,217); }
td.TdClassName
{
border-color: #C082D9;
}
.TagClassName
{
border-color: #C082D9;
}
</style>