Shades of Wisteria #C884DD
Tints of Wisteria #C884DD
RGB
CMYK
RGB Variations
Color information
#C884DD (or 0xC884DD) is known color: Wisteria. HEX triplet: C8, 84 and DD. RGB value is (200,132,221). Sum of RGB (Red+Green+Blue) = 200+132+221=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C884DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884DD is #377B22. Grayscale: #A2A2A2. Windows color (decimal): -3636003 or 14517448. OLE color: 14517448.
HSL color Cylindrical-coordinate representation of color #C884DD: hue angle of 285.84º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C884DD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 132 | 221 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.13 |
| HSL | 285.84º | 0.57% | 0.69% | - |
| HSV(B) | 285.84º | 0.4% | 0.87% | - |
| XYZ | 45.12 | 34 | 72.59 | - |
| YUV | 162.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 221 | 0.10 | 0.40 | 0 | 0.13 | 285.84 | 0.57 | 0.69 |
| Hex | C8 | 84 | DD | A | 28 | 0 | D | 11E | 39 | 45 |
| Octal | 310 | 204 | 335 | 12 | 50 | 0 | 15 | 436 | 71 | 105 |
| Binary | 11001000 | 10000100 | 11011101 | 1010 | 101000 | 0 | 1101 | 100011110 | 111001 | 1000101 |
Color Harmonies of #C884DD
Complementary color
Monochromatic Colors of #C884DD
Black with #C884DD
Text Example
Text Example
White with #C884DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884DD; }
p { color: rgb(200,132,221); }
H1.HeaderClassName
{
color: #C884DD;
}
.AnyTagClassName
{
color: #C884DD;
}
</style>
background-color css
<style>
a { background-color: #C884DD; }
a { background-color: rgb(200,132,221); }
div.DivClassName
{
background-color: #C884DD;
}
.BgClassName
{
background-color: #C884DD;
}
</style>
border-color css
<style>
span { border-color: #C884DD; }
span { border-color: rgb(200,132,221); }
td.TdClassName
{
border-color: #C884DD;
}
.TagClassName
{
border-color: #C884DD;
}
</style>