Shades of Wisteria #C082D5
Tints of Wisteria #C082D5
RGB
CMYK
RGB Variations
Color information
#C082D5 (or 0xC082D5) is known color: Wisteria. HEX triplet: C0, 82 and D5. RGB value is (192,130,213). Sum of RGB (Red+Green+Blue) = 192+130+213=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #C082D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082D5 is #3F7D2A. Grayscale: #9D9D9D. Windows color (decimal): -4160811 or 13992640. OLE color: 13992640.
HSL color Cylindrical-coordinate representation of color #C082D5: hue angle of 284.82º degrees, saturation: 0.5, 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 #C082D5 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 130 | 213 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.16 |
| HSL | 284.82º | 0.5% | 0.67% | - |
| HSV(B) | 284.82º | 0.39% | 0.84% | - |
| XYZ | 41.73 | 31.98 | 66.92 | - |
| YUV | 158 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 213 | 0.10 | 0.39 | 0 | 0.16 | 284.82 | 0.5 | 0.67 |
| Hex | C0 | 82 | D5 | A | 27 | 0 | 10 | 11D | 32 | 43 |
| Octal | 300 | 202 | 325 | 12 | 47 | 0 | 20 | 435 | 62 | 103 |
| Binary | 11000000 | 10000010 | 11010101 | 1010 | 100111 | 0 | 10000 | 100011101 | 110010 | 1000011 |
Color Harmonies of #C082D5
Complementary color
Monochromatic Colors of #C082D5
Black with #C082D5
Text Example
Text Example
White with #C082D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082D5; }
p { color: rgb(192,130,213); }
H1.HeaderClassName
{
color: #C082D5;
}
.AnyTagClassName
{
color: #C082D5;
}
</style>
background-color css
<style>
a { background-color: #C082D5; }
a { background-color: rgb(192,130,213); }
div.DivClassName
{
background-color: #C082D5;
}
.BgClassName
{
background-color: #C082D5;
}
</style>
border-color css
<style>
span { border-color: #C082D5; }
span { border-color: rgb(192,130,213); }
td.TdClassName
{
border-color: #C082D5;
}
.TagClassName
{
border-color: #C082D5;
}
</style>