Shades of Wisteria #C082D6
Tints of Wisteria #C082D6
RGB
CMYK
RGB Variations
Color information
#C082D6 (or 0xC082D6) is known color: Wisteria. HEX triplet: C0, 82 and D6. RGB value is (192,130,214). Sum of RGB (Red+Green+Blue) = 192+130+214=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #C082D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082D6 is #3F7D29. Grayscale: #9D9D9D. Windows color (decimal): -4160810 or 14058176. OLE color: 14058176.
HSL color Cylindrical-coordinate representation of color #C082D6: hue angle of 284.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C082D6 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 130 | 214 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.16 |
| HSL | 284.29º | 0.51% | 0.67% | - |
| HSV(B) | 284.29º | 0.39% | 0.84% | - |
| XYZ | 41.86 | 32.03 | 67.59 | - |
| YUV | 158.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 214 | 0.10 | 0.39 | 0 | 0.16 | 284.29 | 0.51 | 0.67 |
| Hex | C0 | 82 | D6 | A | 27 | 0 | 10 | 11C | 33 | 43 |
| Octal | 300 | 202 | 326 | 12 | 47 | 0 | 20 | 434 | 63 | 103 |
| Binary | 11000000 | 10000010 | 11010110 | 1010 | 100111 | 0 | 10000 | 100011100 | 110011 | 1000011 |
Color Harmonies of #C082D6
Complementary color
Monochromatic Colors of #C082D6
Black with #C082D6
Text Example
Text Example
White with #C082D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082D6; }
p { color: rgb(192,130,214); }
H1.HeaderClassName
{
color: #C082D6;
}
.AnyTagClassName
{
color: #C082D6;
}
</style>
background-color css
<style>
a { background-color: #C082D6; }
a { background-color: rgb(192,130,214); }
div.DivClassName
{
background-color: #C082D6;
}
.BgClassName
{
background-color: #C082D6;
}
</style>
border-color css
<style>
span { border-color: #C082D6; }
span { border-color: rgb(192,130,214); }
td.TdClassName
{
border-color: #C082D6;
}
.TagClassName
{
border-color: #C082D6;
}
</style>