Shades of Wisteria #C886DC
Tints of Wisteria #C886DC
RGB
CMYK
RGB Variations
Color information
#C886DC (or 0xC886DC) is known color: Wisteria. HEX triplet: C8, 86 and DC. RGB value is (200,134,220). Sum of RGB (Red+Green+Blue) = 200+134+220=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C886DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886DC is #377923. Grayscale: #A3A3A3. Windows color (decimal): -3635492 or 14452424. OLE color: 14452424.
HSL color Cylindrical-coordinate representation of color #C886DC: hue angle of 286.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C886DC is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 134 | 220 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.14 |
| HSL | 286.05º | 0.55% | 0.69% | - |
| HSV(B) | 286.05º | 0.39% | 0.86% | - |
| XYZ | 45.26 | 34.5 | 71.98 | - |
| YUV | 163.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 220 | 0.09 | 0.39 | 0 | 0.14 | 286.05 | 0.55 | 0.69 |
| Hex | C8 | 86 | DC | 9 | 27 | 0 | E | 11E | 37 | 45 |
| Octal | 310 | 206 | 334 | 11 | 47 | 0 | 16 | 436 | 67 | 105 |
| Binary | 11001000 | 10000110 | 11011100 | 1001 | 100111 | 0 | 1110 | 100011110 | 110111 | 1000101 |
Color Harmonies of #C886DC
Complementary color
Monochromatic Colors of #C886DC
Black with #C886DC
Text Example
Text Example
White with #C886DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886DC; }
p { color: rgb(200,134,220); }
H1.HeaderClassName
{
color: #C886DC;
}
.AnyTagClassName
{
color: #C886DC;
}
</style>
background-color css
<style>
a { background-color: #C886DC; }
a { background-color: rgb(200,134,220); }
div.DivClassName
{
background-color: #C886DC;
}
.BgClassName
{
background-color: #C886DC;
}
</style>
border-color css
<style>
span { border-color: #C886DC; }
span { border-color: rgb(200,134,220); }
td.TdClassName
{
border-color: #C886DC;
}
.TagClassName
{
border-color: #C886DC;
}
</style>