Shades of Wisteria #C686EF
Tints of Wisteria #C686EF
RGB
CMYK
RGB Variations
Color information
#C686EF (or 0xC686EF) is known color: Wisteria. HEX triplet: C6, 86 and EF. RGB value is (198,134,239). Sum of RGB (Red+Green+Blue) = 198+134+239=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #C686EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686EF is #397910. Grayscale: #A4A4A4. Windows color (decimal): -3766545 or 15697606. OLE color: 15697606.
HSL color Cylindrical-coordinate representation of color #C686EF: hue angle of 276.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C686EF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 134 | 239 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.06 |
| HSL | 276.57º | 0.77% | 0.73% | - |
| HSV(B) | 276.57º | 0.44% | 0.94% | - |
| XYZ | 47.39 | 35.29 | 85.97 | - |
| YUV | 165.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 239 | 0.17 | 0.44 | 0 | 0.06 | 276.57 | 0.77 | 0.73 |
| Hex | C6 | 86 | EF | 11 | 2C | 0 | 6 | 115 | 4D | 49 |
| Octal | 306 | 206 | 357 | 21 | 54 | 0 | 6 | 425 | 115 | 111 |
| Binary | 11000110 | 10000110 | 11101111 | 10001 | 101100 | 0 | 110 | 100010101 | 1001101 | 1001001 |
Color Harmonies of #C686EF
Complementary color
Monochromatic Colors of #C686EF
Black with #C686EF
Text Example
Text Example
White with #C686EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686EF; }
p { color: rgb(198,134,239); }
H1.HeaderClassName
{
color: #C686EF;
}
.AnyTagClassName
{
color: #C686EF;
}
</style>
background-color css
<style>
a { background-color: #C686EF; }
a { background-color: rgb(198,134,239); }
div.DivClassName
{
background-color: #C686EF;
}
.BgClassName
{
background-color: #C686EF;
}
</style>
border-color css
<style>
span { border-color: #C686EF; }
span { border-color: rgb(198,134,239); }
td.TdClassName
{
border-color: #C686EF;
}
.TagClassName
{
border-color: #C686EF;
}
</style>