Shades of Wisteria #C486DB
Tints of Wisteria #C486DB
RGB
CMYK
RGB Variations
Color information
#C486DB (or 0xC486DB) is known color: Wisteria. HEX triplet: C4, 86 and DB. RGB value is (196,134,219). Sum of RGB (Red+Green+Blue) = 196+134+219=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C486DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DB is #3B7924. Grayscale: #A1A1A1. Windows color (decimal): -3897637 or 14386884. OLE color: 14386884.
HSL color Cylindrical-coordinate representation of color #C486DB: hue angle of 283.76º 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 #C486DB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 134 | 219 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.14 |
| HSL | 283.76º | 0.54% | 0.69% | - |
| HSV(B) | 283.76º | 0.39% | 0.86% | - |
| XYZ | 44.08 | 33.9 | 71.24 | - |
| YUV | 162.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 219 | 0.11 | 0.39 | 0 | 0.14 | 283.76 | 0.54 | 0.69 |
| Hex | C4 | 86 | DB | B | 27 | 0 | E | 11C | 36 | 45 |
| Octal | 304 | 206 | 333 | 13 | 47 | 0 | 16 | 434 | 66 | 105 |
| Binary | 11000100 | 10000110 | 11011011 | 1011 | 100111 | 0 | 1110 | 100011100 | 110110 | 1000101 |
Color Harmonies of #C486DB
Complementary color
Monochromatic Colors of #C486DB
Black with #C486DB
Text Example
Text Example
White with #C486DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486DB; }
p { color: rgb(196,134,219); }
H1.HeaderClassName
{
color: #C486DB;
}
.AnyTagClassName
{
color: #C486DB;
}
</style>
background-color css
<style>
a { background-color: #C486DB; }
a { background-color: rgb(196,134,219); }
div.DivClassName
{
background-color: #C486DB;
}
.BgClassName
{
background-color: #C486DB;
}
</style>
border-color css
<style>
span { border-color: #C486DB; }
span { border-color: rgb(196,134,219); }
td.TdClassName
{
border-color: #C486DB;
}
.TagClassName
{
border-color: #C486DB;
}
</style>