Shades of Wisteria #C686EC
Tints of Wisteria #C686EC
RGB
CMYK
RGB Variations
Color information
#C686EC (or 0xC686EC) is known color: Wisteria. HEX triplet: C6, 86 and EC. RGB value is (198,134,236). Sum of RGB (Red+Green+Blue) = 198+134+236=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #C686EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686EC is #397913. Grayscale: #A4A4A4. Windows color (decimal): -3766548 or 15500998. OLE color: 15500998.
HSL color Cylindrical-coordinate representation of color #C686EC: hue angle of 277.65º 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 #C686EC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 134 | 236 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.07 |
| HSL | 277.65º | 0.73% | 0.73% | - |
| HSV(B) | 277.65º | 0.43% | 0.93% | - |
| XYZ | 46.95 | 35.11 | 83.66 | - |
| YUV | 164.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 236 | 0.16 | 0.43 | 0 | 0.07 | 277.65 | 0.73 | 0.73 |
| Hex | C6 | 86 | EC | 10 | 2B | 0 | 7 | 116 | 49 | 49 |
| Octal | 306 | 206 | 354 | 20 | 53 | 0 | 7 | 426 | 111 | 111 |
| Binary | 11000110 | 10000110 | 11101100 | 10000 | 101011 | 0 | 111 | 100010110 | 1001001 | 1001001 |
Color Harmonies of #C686EC
Complementary color
Monochromatic Colors of #C686EC
Black with #C686EC
Text Example
Text Example
White with #C686EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686EC; }
p { color: rgb(198,134,236); }
H1.HeaderClassName
{
color: #C686EC;
}
.AnyTagClassName
{
color: #C686EC;
}
</style>
background-color css
<style>
a { background-color: #C686EC; }
a { background-color: rgb(198,134,236); }
div.DivClassName
{
background-color: #C686EC;
}
.BgClassName
{
background-color: #C686EC;
}
</style>
border-color css
<style>
span { border-color: #C686EC; }
span { border-color: rgb(198,134,236); }
td.TdClassName
{
border-color: #C686EC;
}
.TagClassName
{
border-color: #C686EC;
}
</style>