Shades of Wisteria #C586DB
Tints of Wisteria #C586DB
RGB
CMYK
RGB Variations
Color information
#C586DB (or 0xC586DB) is known color: Wisteria. HEX triplet: C5, 86 and DB. RGB value is (197,134,219). Sum of RGB (Red+Green+Blue) = 197+134+219=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C586DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586DB is #3A7924. Grayscale: #A2A2A2. Windows color (decimal): -3832101 or 14386885. OLE color: 14386885.
HSL color Cylindrical-coordinate representation of color #C586DB: hue angle of 284.47º degrees, saturation: 0.54, 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 #C586DB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 134 | 219 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.14 |
| HSL | 284.47º | 0.54% | 0.69% | - |
| HSV(B) | 284.47º | 0.39% | 0.86% | - |
| XYZ | 44.34 | 34.03 | 71.25 | - |
| YUV | 162.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 219 | 0.10 | 0.39 | 0 | 0.14 | 284.47 | 0.54 | 0.69 |
| Hex | C5 | 86 | DB | A | 27 | 0 | E | 11C | 36 | 45 |
| Octal | 305 | 206 | 333 | 12 | 47 | 0 | 16 | 434 | 66 | 105 |
| Binary | 11000101 | 10000110 | 11011011 | 1010 | 100111 | 0 | 1110 | 100011100 | 110110 | 1000101 |
Color Harmonies of #C586DB
Complementary color
Monochromatic Colors of #C586DB
Black with #C586DB
Text Example
Text Example
White with #C586DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586DB; }
p { color: rgb(197,134,219); }
H1.HeaderClassName
{
color: #C586DB;
}
.AnyTagClassName
{
color: #C586DB;
}
</style>
background-color css
<style>
a { background-color: #C586DB; }
a { background-color: rgb(197,134,219); }
div.DivClassName
{
background-color: #C586DB;
}
.BgClassName
{
background-color: #C586DB;
}
</style>
border-color css
<style>
span { border-color: #C586DB; }
span { border-color: rgb(197,134,219); }
td.TdClassName
{
border-color: #C586DB;
}
.TagClassName
{
border-color: #C586DB;
}
</style>