Shades of Wisteria #C082D8
Tints of Wisteria #C082D8
RGB
CMYK
RGB Variations
Color information
#C082D8 (or 0xC082D8) is known color: Wisteria. HEX triplet: C0, 82 and D8. RGB value is (192,130,216). Sum of RGB (Red+Green+Blue) = 192+130+216=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #C082D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082D8 is #3F7D27. Grayscale: #9E9E9E. Windows color (decimal): -4160808 or 14189248. OLE color: 14189248.
HSL color Cylindrical-coordinate representation of color #C082D8: hue angle of 283.26º degrees, saturation: 0.52, 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 #C082D8 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 130 | 216 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.15 |
| HSL | 283.26º | 0.52% | 0.68% | - |
| HSV(B) | 283.26º | 0.4% | 0.85% | - |
| XYZ | 42.12 | 32.13 | 68.95 | - |
| YUV | 158.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 216 | 0.11 | 0.40 | 0 | 0.15 | 283.26 | 0.52 | 0.68 |
| Hex | C0 | 82 | D8 | B | 28 | 0 | F | 11B | 34 | 44 |
| Octal | 300 | 202 | 330 | 13 | 50 | 0 | 17 | 433 | 64 | 104 |
| Binary | 11000000 | 10000010 | 11011000 | 1011 | 101000 | 0 | 1111 | 100011011 | 110100 | 1000100 |
Color Harmonies of #C082D8
Complementary color
Monochromatic Colors of #C082D8
Black with #C082D8
Text Example
Text Example
White with #C082D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082D8; }
p { color: rgb(192,130,216); }
H1.HeaderClassName
{
color: #C082D8;
}
.AnyTagClassName
{
color: #C082D8;
}
</style>
background-color css
<style>
a { background-color: #C082D8; }
a { background-color: rgb(192,130,216); }
div.DivClassName
{
background-color: #C082D8;
}
.BgClassName
{
background-color: #C082D8;
}
</style>
border-color css
<style>
span { border-color: #C082D8; }
span { border-color: rgb(192,130,216); }
td.TdClassName
{
border-color: #C082D8;
}
.TagClassName
{
border-color: #C082D8;
}
</style>