Shades of Wisteria #C082DD
Tints of Wisteria #C082DD
RGB
CMYK
RGB Variations
Color information
#C082DD (or 0xC082DD) is known color: Wisteria. HEX triplet: C0, 82 and DD. RGB value is (192,130,221). Sum of RGB (Red+Green+Blue) = 192+130+221=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C082DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082DD is #3F7D22. Grayscale: #9E9E9E. Windows color (decimal): -4160803 or 14516928. OLE color: 14516928.
HSL color Cylindrical-coordinate representation of color #C082DD: hue angle of 280.88º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C082DD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 130 | 221 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.13 |
| HSL | 280.88º | 0.57% | 0.69% | - |
| HSV(B) | 280.88º | 0.41% | 0.87% | - |
| XYZ | 42.77 | 32.39 | 72.4 | - |
| YUV | 158.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 221 | 0.13 | 0.41 | 0 | 0.13 | 280.88 | 0.57 | 0.69 |
| Hex | C0 | 82 | DD | D | 29 | 0 | D | 119 | 39 | 45 |
| Octal | 300 | 202 | 335 | 15 | 51 | 0 | 15 | 431 | 71 | 105 |
| Binary | 11000000 | 10000010 | 11011101 | 1101 | 101001 | 0 | 1101 | 100011001 | 111001 | 1000101 |
Color Harmonies of #C082DD
Complementary color
Monochromatic Colors of #C082DD
Black with #C082DD
Text Example
Text Example
White with #C082DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082DD; }
p { color: rgb(192,130,221); }
H1.HeaderClassName
{
color: #C082DD;
}
.AnyTagClassName
{
color: #C082DD;
}
</style>
background-color css
<style>
a { background-color: #C082DD; }
a { background-color: rgb(192,130,221); }
div.DivClassName
{
background-color: #C082DD;
}
.BgClassName
{
background-color: #C082DD;
}
</style>
border-color css
<style>
span { border-color: #C082DD; }
span { border-color: rgb(192,130,221); }
td.TdClassName
{
border-color: #C082DD;
}
.TagClassName
{
border-color: #C082DD;
}
</style>