Shades of Wisteria #C885DD
Tints of Wisteria #C885DD
RGB
CMYK
RGB Variations
Color information
#C885DD (or 0xC885DD) is known color: Wisteria. HEX triplet: C8, 85 and DD. RGB value is (200,133,221). Sum of RGB (Red+Green+Blue) = 200+133+221=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C885DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885DD is #377A22. Grayscale: #A2A2A2. Windows color (decimal): -3635747 or 14517704. OLE color: 14517704.
HSL color Cylindrical-coordinate representation of color #C885DD: hue angle of 285.68º degrees, saturation: 0.56, 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 #C885DD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 133 | 221 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.13 |
| HSL | 285.68º | 0.56% | 0.69% | - |
| HSV(B) | 285.68º | 0.4% | 0.87% | - |
| XYZ | 45.26 | 34.27 | 72.64 | - |
| YUV | 163.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 221 | 0.10 | 0.40 | 0 | 0.13 | 285.68 | 0.56 | 0.69 |
| Hex | C8 | 85 | DD | A | 28 | 0 | D | 11E | 38 | 45 |
| Octal | 310 | 205 | 335 | 12 | 50 | 0 | 15 | 436 | 70 | 105 |
| Binary | 11001000 | 10000101 | 11011101 | 1010 | 101000 | 0 | 1101 | 100011110 | 111000 | 1000101 |
Color Harmonies of #C885DD
Complementary color
Monochromatic Colors of #C885DD
Black with #C885DD
Text Example
Text Example
White with #C885DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885DD; }
p { color: rgb(200,133,221); }
H1.HeaderClassName
{
color: #C885DD;
}
.AnyTagClassName
{
color: #C885DD;
}
</style>
background-color css
<style>
a { background-color: #C885DD; }
a { background-color: rgb(200,133,221); }
div.DivClassName
{
background-color: #C885DD;
}
.BgClassName
{
background-color: #C885DD;
}
</style>
border-color css
<style>
span { border-color: #C885DD; }
span { border-color: rgb(200,133,221); }
td.TdClassName
{
border-color: #C885DD;
}
.TagClassName
{
border-color: #C885DD;
}
</style>