Shades of Wisteria #C880DD
Tints of Wisteria #C880DD
RGB
CMYK
RGB Variations
Color information
#C880DD (or 0xC880DD) is known color: Wisteria. HEX triplet: C8, 80 and DD. RGB value is (200,128,221). Sum of RGB (Red+Green+Blue) = 200+128+221=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C880DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880DD is #377F22. Grayscale: #9F9F9F. Windows color (decimal): -3637027 or 14516424. OLE color: 14516424.
HSL color Cylindrical-coordinate representation of color #C880DD: hue angle of 286.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C880DD is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 128 | 221 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.13 |
| HSL | 286.45º | 0.58% | 0.68% | - |
| HSV(B) | 286.45º | 0.42% | 0.87% | - |
| XYZ | 44.59 | 32.94 | 72.41 | - |
| YUV | 160.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 221 | 0.10 | 0.42 | 0 | 0.13 | 286.45 | 0.58 | 0.68 |
| Hex | C8 | 80 | DD | A | 2A | 0 | D | 11E | 3A | 44 |
| Octal | 310 | 200 | 335 | 12 | 52 | 0 | 15 | 436 | 72 | 104 |
| Binary | 11001000 | 10000000 | 11011101 | 1010 | 101010 | 0 | 1101 | 100011110 | 111010 | 1000100 |
Color Harmonies of #C880DD
Complementary color
Monochromatic Colors of #C880DD
Black with #C880DD
Text Example
Text Example
White with #C880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880DD; }
p { color: rgb(200,128,221); }
H1.HeaderClassName
{
color: #C880DD;
}
.AnyTagClassName
{
color: #C880DD;
}
</style>
background-color css
<style>
a { background-color: #C880DD; }
a { background-color: rgb(200,128,221); }
div.DivClassName
{
background-color: #C880DD;
}
.BgClassName
{
background-color: #C880DD;
}
</style>
border-color css
<style>
span { border-color: #C880DD; }
span { border-color: rgb(200,128,221); }
td.TdClassName
{
border-color: #C880DD;
}
.TagClassName
{
border-color: #C880DD;
}
</style>