Shades of Wisteria #C885D6
Tints of Wisteria #C885D6
RGB
CMYK
RGB Variations
Color information
#C885D6 (or 0xC885D6) is known color: Wisteria. HEX triplet: C8, 85 and D6. RGB value is (200,133,214). Sum of RGB (Red+Green+Blue) = 200+133+214=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #C885D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885D6 is #377A29. Grayscale: #A2A2A2. Windows color (decimal): -3635754 or 14058952. OLE color: 14058952.
HSL color Cylindrical-coordinate representation of color #C885D6: hue angle of 289.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C885D6 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 133 | 214 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.16 |
| HSL | 289.63º | 0.5% | 0.68% | - |
| HSV(B) | 289.63º | 0.38% | 0.84% | - |
| XYZ | 44.34 | 33.91 | 67.83 | - |
| YUV | 162.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 214 | 0.07 | 0.38 | 0 | 0.16 | 289.63 | 0.5 | 0.68 |
| Hex | C8 | 85 | D6 | 7 | 26 | 0 | 10 | 122 | 32 | 44 |
| Octal | 310 | 205 | 326 | 7 | 46 | 0 | 20 | 442 | 62 | 104 |
| Binary | 11001000 | 10000101 | 11010110 | 111 | 100110 | 0 | 10000 | 100100010 | 110010 | 1000100 |
Color Harmonies of #C885D6
Complementary color
Monochromatic Colors of #C885D6
Black with #C885D6
Text Example
Text Example
White with #C885D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885D6; }
p { color: rgb(200,133,214); }
H1.HeaderClassName
{
color: #C885D6;
}
.AnyTagClassName
{
color: #C885D6;
}
</style>
background-color css
<style>
a { background-color: #C885D6; }
a { background-color: rgb(200,133,214); }
div.DivClassName
{
background-color: #C885D6;
}
.BgClassName
{
background-color: #C885D6;
}
</style>
border-color css
<style>
span { border-color: #C885D6; }
span { border-color: rgb(200,133,214); }
td.TdClassName
{
border-color: #C885D6;
}
.TagClassName
{
border-color: #C885D6;
}
</style>