Shades of Wisteria #C082D3
Tints of Wisteria #C082D3
RGB
CMYK
RGB Variations
Color information
#C082D3 (or 0xC082D3) is known color: Wisteria. HEX triplet: C0, 82 and D3. RGB value is (192,130,211). Sum of RGB (Red+Green+Blue) = 192+130+211=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #C082D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082D3 is #3F7D2C. Grayscale: #9D9D9D. Windows color (decimal): -4160813 or 13861568. OLE color: 13861568.
HSL color Cylindrical-coordinate representation of color #C082D3: hue angle of 285.93º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C082D3 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 130 | 211 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.17 |
| HSL | 285.93º | 0.48% | 0.67% | - |
| HSV(B) | 285.93º | 0.38% | 0.83% | - |
| XYZ | 41.48 | 31.87 | 65.59 | - |
| YUV | 157.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 211 | 0.09 | 0.38 | 0 | 0.17 | 285.93 | 0.48 | 0.67 |
| Hex | C0 | 82 | D3 | 9 | 26 | 0 | 11 | 11E | 30 | 43 |
| Octal | 300 | 202 | 323 | 11 | 46 | 0 | 21 | 436 | 60 | 103 |
| Binary | 11000000 | 10000010 | 11010011 | 1001 | 100110 | 0 | 10001 | 100011110 | 110000 | 1000011 |
Color Harmonies of #C082D3
Complementary color
Monochromatic Colors of #C082D3
Black with #C082D3
Text Example
Text Example
White with #C082D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082D3; }
p { color: rgb(192,130,211); }
H1.HeaderClassName
{
color: #C082D3;
}
.AnyTagClassName
{
color: #C082D3;
}
</style>
background-color css
<style>
a { background-color: #C082D3; }
a { background-color: rgb(192,130,211); }
div.DivClassName
{
background-color: #C082D3;
}
.BgClassName
{
background-color: #C082D3;
}
</style>
border-color css
<style>
span { border-color: #C082D3; }
span { border-color: rgb(192,130,211); }
td.TdClassName
{
border-color: #C082D3;
}
.TagClassName
{
border-color: #C082D3;
}
</style>