Shades of Wisteria #C486EC
Tints of Wisteria #C486EC
RGB
CMYK
RGB Variations
Color information
#C486EC (or 0xC486EC) is known color: Wisteria. HEX triplet: C4, 86 and EC. RGB value is (196,134,236). Sum of RGB (Red+Green+Blue) = 196+134+236=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #C486EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486EC is #3B7913. Grayscale: #A3A3A3. Windows color (decimal): -3897620 or 15500996. OLE color: 15500996.
HSL color Cylindrical-coordinate representation of color #C486EC: hue angle of 276.47º degrees, saturation: 0.73, 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 #C486EC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 134 | 236 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.07 |
| HSL | 276.47º | 0.73% | 0.73% | - |
| HSV(B) | 276.47º | 0.43% | 0.93% | - |
| XYZ | 46.43 | 34.84 | 83.63 | - |
| YUV | 164.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 236 | 0.17 | 0.43 | 0 | 0.07 | 276.47 | 0.73 | 0.73 |
| Hex | C4 | 86 | EC | 11 | 2B | 0 | 7 | 114 | 49 | 49 |
| Octal | 304 | 206 | 354 | 21 | 53 | 0 | 7 | 424 | 111 | 111 |
| Binary | 11000100 | 10000110 | 11101100 | 10001 | 101011 | 0 | 111 | 100010100 | 1001001 | 1001001 |
Color Harmonies of #C486EC
Complementary color
Monochromatic Colors of #C486EC
Black with #C486EC
Text Example
Text Example
White with #C486EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486EC; }
p { color: rgb(196,134,236); }
H1.HeaderClassName
{
color: #C486EC;
}
.AnyTagClassName
{
color: #C486EC;
}
</style>
background-color css
<style>
a { background-color: #C486EC; }
a { background-color: rgb(196,134,236); }
div.DivClassName
{
background-color: #C486EC;
}
.BgClassName
{
background-color: #C486EC;
}
</style>
border-color css
<style>
span { border-color: #C486EC; }
span { border-color: rgb(196,134,236); }
td.TdClassName
{
border-color: #C486EC;
}
.TagClassName
{
border-color: #C486EC;
}
</style>