Shades of Wisteria #C885DF
Tints of Wisteria #C885DF
RGB
CMYK
RGB Variations
Color information
#C885DF (or 0xC885DF) is known color: Wisteria. HEX triplet: C8, 85 and DF. RGB value is (200,133,223). Sum of RGB (Red+Green+Blue) = 200+133+223=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #C885DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885DF is #377A20. Grayscale: #A3A3A3. Windows color (decimal): -3635745 or 14648776. OLE color: 14648776.
HSL color Cylindrical-coordinate representation of color #C885DF: hue angle of 284.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C885DF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 133 | 223 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.13 |
| HSL | 284.67º | 0.58% | 0.7% | - |
| HSV(B) | 284.67º | 0.4% | 0.87% | - |
| XYZ | 45.53 | 34.38 | 74.05 | - |
| YUV | 163.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 223 | 0.10 | 0.40 | 0 | 0.13 | 284.67 | 0.58 | 0.7 |
| Hex | C8 | 85 | DF | A | 28 | 0 | D | 11D | 3A | 46 |
| Octal | 310 | 205 | 337 | 12 | 50 | 0 | 15 | 435 | 72 | 106 |
| Binary | 11001000 | 10000101 | 11011111 | 1010 | 101000 | 0 | 1101 | 100011101 | 111010 | 1000110 |
Color Harmonies of #C885DF
Complementary color
Monochromatic Colors of #C885DF
Black with #C885DF
Text Example
Text Example
White with #C885DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885DF; }
p { color: rgb(200,133,223); }
H1.HeaderClassName
{
color: #C885DF;
}
.AnyTagClassName
{
color: #C885DF;
}
</style>
background-color css
<style>
a { background-color: #C885DF; }
a { background-color: rgb(200,133,223); }
div.DivClassName
{
background-color: #C885DF;
}
.BgClassName
{
background-color: #C885DF;
}
</style>
border-color css
<style>
span { border-color: #C885DF; }
span { border-color: rgb(200,133,223); }
td.TdClassName
{
border-color: #C885DF;
}
.TagClassName
{
border-color: #C885DF;
}
</style>