Shades of Wisteria #C486ED
Tints of Wisteria #C486ED
RGB
CMYK
RGB Variations
Color information
#C486ED (or 0xC486ED) is known color: Wisteria. HEX triplet: C4, 86 and ED. RGB value is (196,134,237). Sum of RGB (Red+Green+Blue) = 196+134+237=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C486ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486ED is #3B7912. Grayscale: #A3A3A3. Windows color (decimal): -3897619 or 15566532. OLE color: 15566532.
HSL color Cylindrical-coordinate representation of color #C486ED: hue angle of 276.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C486ED is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 134 | 237 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.07 |
| HSL | 276.12º | 0.74% | 0.73% | - |
| HSV(B) | 276.12º | 0.43% | 0.93% | - |
| XYZ | 46.58 | 34.9 | 84.4 | - |
| YUV | 164.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 237 | 0.17 | 0.43 | 0 | 0.07 | 276.12 | 0.74 | 0.73 |
| Hex | C4 | 86 | ED | 11 | 2B | 0 | 7 | 114 | 4A | 49 |
| Octal | 304 | 206 | 355 | 21 | 53 | 0 | 7 | 424 | 112 | 111 |
| Binary | 11000100 | 10000110 | 11101101 | 10001 | 101011 | 0 | 111 | 100010100 | 1001010 | 1001001 |
Color Harmonies of #C486ED
Complementary color
Monochromatic Colors of #C486ED
Black with #C486ED
Text Example
Text Example
White with #C486ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486ED; }
p { color: rgb(196,134,237); }
H1.HeaderClassName
{
color: #C486ED;
}
.AnyTagClassName
{
color: #C486ED;
}
</style>
background-color css
<style>
a { background-color: #C486ED; }
a { background-color: rgb(196,134,237); }
div.DivClassName
{
background-color: #C486ED;
}
.BgClassName
{
background-color: #C486ED;
}
</style>
border-color css
<style>
span { border-color: #C486ED; }
span { border-color: rgb(196,134,237); }
td.TdClassName
{
border-color: #C486ED;
}
.TagClassName
{
border-color: #C486ED;
}
</style>