Shades of Wisteria #C686EE
Tints of Wisteria #C686EE
RGB
CMYK
RGB Variations
Color information
#C686EE (or 0xC686EE) is known color: Wisteria. HEX triplet: C6, 86 and EE. RGB value is (198,134,238). Sum of RGB (Red+Green+Blue) = 198+134+238=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #C686EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686EE is #397911. Grayscale: #A4A4A4. Windows color (decimal): -3766546 or 15632070. OLE color: 15632070.
HSL color Cylindrical-coordinate representation of color #C686EE: hue angle of 276.92º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C686EE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 134 | 238 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.07 |
| HSL | 276.92º | 0.75% | 0.73% | - |
| HSV(B) | 276.92º | 0.44% | 0.93% | - |
| XYZ | 47.25 | 35.23 | 85.2 | - |
| YUV | 164.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 238 | 0.17 | 0.44 | 0 | 0.07 | 276.92 | 0.75 | 0.73 |
| Hex | C6 | 86 | EE | 11 | 2C | 0 | 7 | 115 | 4B | 49 |
| Octal | 306 | 206 | 356 | 21 | 54 | 0 | 7 | 425 | 113 | 111 |
| Binary | 11000110 | 10000110 | 11101110 | 10001 | 101100 | 0 | 111 | 100010101 | 1001011 | 1001001 |
Color Harmonies of #C686EE
Complementary color
Monochromatic Colors of #C686EE
Black with #C686EE
Text Example
Text Example
White with #C686EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686EE; }
p { color: rgb(198,134,238); }
H1.HeaderClassName
{
color: #C686EE;
}
.AnyTagClassName
{
color: #C686EE;
}
</style>
background-color css
<style>
a { background-color: #C686EE; }
a { background-color: rgb(198,134,238); }
div.DivClassName
{
background-color: #C686EE;
}
.BgClassName
{
background-color: #C686EE;
}
</style>
border-color css
<style>
span { border-color: #C686EE; }
span { border-color: rgb(198,134,238); }
td.TdClassName
{
border-color: #C686EE;
}
.TagClassName
{
border-color: #C686EE;
}
</style>