Shades of Wisteria #C882DD
Tints of Wisteria #C882DD
RGB
CMYK
RGB Variations
Color information
#C882DD (or 0xC882DD) is known color: Wisteria. HEX triplet: C8, 82 and DD. RGB value is (200,130,221). Sum of RGB (Red+Green+Blue) = 200+130+221=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C882DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882DD is #377D22. Grayscale: #A1A1A1. Windows color (decimal): -3636515 or 14516936. OLE color: 14516936.
HSL color Cylindrical-coordinate representation of color #C882DD: hue angle of 286.15º 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 #C882DD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 130 | 221 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.13 |
| HSL | 286.15º | 0.57% | 0.69% | - |
| HSV(B) | 286.15º | 0.41% | 0.87% | - |
| XYZ | 44.85 | 33.47 | 72.5 | - |
| YUV | 161.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 221 | 0.10 | 0.41 | 0 | 0.13 | 286.15 | 0.57 | 0.69 |
| Hex | C8 | 82 | DD | A | 29 | 0 | D | 11E | 39 | 45 |
| Octal | 310 | 202 | 335 | 12 | 51 | 0 | 15 | 436 | 71 | 105 |
| Binary | 11001000 | 10000010 | 11011101 | 1010 | 101001 | 0 | 1101 | 100011110 | 111001 | 1000101 |
Color Harmonies of #C882DD
Complementary color
Monochromatic Colors of #C882DD
Black with #C882DD
Text Example
Text Example
White with #C882DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882DD; }
p { color: rgb(200,130,221); }
H1.HeaderClassName
{
color: #C882DD;
}
.AnyTagClassName
{
color: #C882DD;
}
</style>
background-color css
<style>
a { background-color: #C882DD; }
a { background-color: rgb(200,130,221); }
div.DivClassName
{
background-color: #C882DD;
}
.BgClassName
{
background-color: #C882DD;
}
</style>
border-color css
<style>
span { border-color: #C882DD; }
span { border-color: rgb(200,130,221); }
td.TdClassName
{
border-color: #C882DD;
}
.TagClassName
{
border-color: #C882DD;
}
</style>