Shades of Wisteria #C885D9
Tints of Wisteria #C885D9
RGB
CMYK
RGB Variations
Color information
#C885D9 (or 0xC885D9) is known color: Wisteria. HEX triplet: C8, 85 and D9. RGB value is (200,133,217). Sum of RGB (Red+Green+Blue) = 200+133+217=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #C885D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885D9 is #377A26. Grayscale: #A2A2A2. Windows color (decimal): -3635751 or 14255560. OLE color: 14255560.
HSL color Cylindrical-coordinate representation of color #C885D9: hue angle of 287.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C885D9 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 133 | 217 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.15 |
| HSL | 287.86º | 0.53% | 0.69% | - |
| HSV(B) | 287.86º | 0.39% | 0.85% | - |
| XYZ | 44.73 | 34.06 | 69.86 | - |
| YUV | 162.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 217 | 0.08 | 0.39 | 0 | 0.15 | 287.86 | 0.53 | 0.69 |
| Hex | C8 | 85 | D9 | 8 | 27 | 0 | F | 120 | 34 | 45 |
| Octal | 310 | 205 | 331 | 10 | 47 | 0 | 17 | 440 | 64 | 105 |
| Binary | 11001000 | 10000101 | 11011001 | 1000 | 100111 | 0 | 1111 | 100100000 | 110100 | 1000101 |
Color Harmonies of #C885D9
Complementary color
Monochromatic Colors of #C885D9
Black with #C885D9
Text Example
Text Example
White with #C885D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885D9; }
p { color: rgb(200,133,217); }
H1.HeaderClassName
{
color: #C885D9;
}
.AnyTagClassName
{
color: #C885D9;
}
</style>
background-color css
<style>
a { background-color: #C885D9; }
a { background-color: rgb(200,133,217); }
div.DivClassName
{
background-color: #C885D9;
}
.BgClassName
{
background-color: #C885D9;
}
</style>
border-color css
<style>
span { border-color: #C885D9; }
span { border-color: rgb(200,133,217); }
td.TdClassName
{
border-color: #C885D9;
}
.TagClassName
{
border-color: #C885D9;
}
</style>