Shades of Wisteria #C586DC
Tints of Wisteria #C586DC
RGB
CMYK
RGB Variations
Color information
#C586DC (or 0xC586DC) is known color: Wisteria. HEX triplet: C5, 86 and DC. RGB value is (197,134,220). Sum of RGB (Red+Green+Blue) = 197+134+220=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C586DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586DC is #3A7923. Grayscale: #A2A2A2. Windows color (decimal): -3832100 or 14452421. OLE color: 14452421.
HSL color Cylindrical-coordinate representation of color #C586DC: hue angle of 283.95º 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 #C586DC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 134 | 220 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.14 |
| HSL | 283.95º | 0.55% | 0.69% | - |
| HSV(B) | 283.95º | 0.39% | 0.86% | - |
| XYZ | 44.47 | 34.09 | 71.95 | - |
| YUV | 162.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 220 | 0.10 | 0.39 | 0 | 0.14 | 283.95 | 0.55 | 0.69 |
| Hex | C5 | 86 | DC | A | 27 | 0 | E | 11C | 37 | 45 |
| Octal | 305 | 206 | 334 | 12 | 47 | 0 | 16 | 434 | 67 | 105 |
| Binary | 11000101 | 10000110 | 11011100 | 1010 | 100111 | 0 | 1110 | 100011100 | 110111 | 1000101 |
Color Harmonies of #C586DC
Complementary color
Monochromatic Colors of #C586DC
Black with #C586DC
Text Example
Text Example
White with #C586DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586DC; }
p { color: rgb(197,134,220); }
H1.HeaderClassName
{
color: #C586DC;
}
.AnyTagClassName
{
color: #C586DC;
}
</style>
background-color css
<style>
a { background-color: #C586DC; }
a { background-color: rgb(197,134,220); }
div.DivClassName
{
background-color: #C586DC;
}
.BgClassName
{
background-color: #C586DC;
}
</style>
border-color css
<style>
span { border-color: #C586DC; }
span { border-color: rgb(197,134,220); }
td.TdClassName
{
border-color: #C586DC;
}
.TagClassName
{
border-color: #C586DC;
}
</style>