Shades of Wisteria #C486DF
Tints of Wisteria #C486DF
RGB
CMYK
RGB Variations
Color information
#C486DF (or 0xC486DF) is known color: Wisteria. HEX triplet: C4, 86 and DF. RGB value is (196,134,223). Sum of RGB (Red+Green+Blue) = 196+134+223=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C486DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486DF is #3B7920. Grayscale: #A2A2A2. Windows color (decimal): -3897633 or 14649028. OLE color: 14649028.
HSL color Cylindrical-coordinate representation of color #C486DF: hue angle of 281.8º 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 #C486DF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 134 | 223 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.13 |
| HSL | 281.8º | 0.58% | 0.7% | - |
| HSV(B) | 281.8º | 0.4% | 0.87% | - |
| XYZ | 44.61 | 34.11 | 74.05 | - |
| YUV | 162.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 223 | 0.12 | 0.40 | 0 | 0.13 | 281.8 | 0.58 | 0.7 |
| Hex | C4 | 86 | DF | C | 28 | 0 | D | 11A | 3A | 46 |
| Octal | 304 | 206 | 337 | 14 | 50 | 0 | 15 | 432 | 72 | 106 |
| Binary | 11000100 | 10000110 | 11011111 | 1100 | 101000 | 0 | 1101 | 100011010 | 111010 | 1000110 |
Color Harmonies of #C486DF
Complementary color
Monochromatic Colors of #C486DF
Black with #C486DF
Text Example
Text Example
White with #C486DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486DF; }
p { color: rgb(196,134,223); }
H1.HeaderClassName
{
color: #C486DF;
}
.AnyTagClassName
{
color: #C486DF;
}
</style>
background-color css
<style>
a { background-color: #C486DF; }
a { background-color: rgb(196,134,223); }
div.DivClassName
{
background-color: #C486DF;
}
.BgClassName
{
background-color: #C486DF;
}
</style>
border-color css
<style>
span { border-color: #C486DF; }
span { border-color: rgb(196,134,223); }
td.TdClassName
{
border-color: #C486DF;
}
.TagClassName
{
border-color: #C486DF;
}
</style>