Shades of Wisteria #C686DF
Tints of Wisteria #C686DF
RGB
CMYK
RGB Variations
Color information
#C686DF (or 0xC686DF) is known color: Wisteria. HEX triplet: C6, 86 and DF. RGB value is (198,134,223). Sum of RGB (Red+Green+Blue) = 198+134+223=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C686DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686DF is #397920. Grayscale: #A2A2A2. Windows color (decimal): -3766561 or 14649030. OLE color: 14649030.
HSL color Cylindrical-coordinate representation of color #C686DF: hue angle of 283.15º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C686DF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 134 | 223 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.13 |
| HSL | 283.15º | 0.58% | 0.7% | - |
| HSV(B) | 283.15º | 0.4% | 0.87% | - |
| XYZ | 45.13 | 34.38 | 74.07 | - |
| YUV | 163.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 223 | 0.11 | 0.40 | 0 | 0.13 | 283.15 | 0.58 | 0.7 |
| Hex | C6 | 86 | DF | B | 28 | 0 | D | 11B | 3A | 46 |
| Octal | 306 | 206 | 337 | 13 | 50 | 0 | 15 | 433 | 72 | 106 |
| Binary | 11000110 | 10000110 | 11011111 | 1011 | 101000 | 0 | 1101 | 100011011 | 111010 | 1000110 |
Color Harmonies of #C686DF
Complementary color
Monochromatic Colors of #C686DF
Black with #C686DF
Text Example
Text Example
White with #C686DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686DF; }
p { color: rgb(198,134,223); }
H1.HeaderClassName
{
color: #C686DF;
}
.AnyTagClassName
{
color: #C686DF;
}
</style>
background-color css
<style>
a { background-color: #C686DF; }
a { background-color: rgb(198,134,223); }
div.DivClassName
{
background-color: #C686DF;
}
.BgClassName
{
background-color: #C686DF;
}
</style>
border-color css
<style>
span { border-color: #C686DF; }
span { border-color: rgb(198,134,223); }
td.TdClassName
{
border-color: #C686DF;
}
.TagClassName
{
border-color: #C686DF;
}
</style>