Shades of Wisteria #C686D7
Tints of Wisteria #C686D7
RGB
CMYK
RGB Variations
Color information
#C686D7 (or 0xC686D7) is known color: Wisteria. HEX triplet: C6, 86 and D7. RGB value is (198,134,215). Sum of RGB (Red+Green+Blue) = 198+134+215=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #C686D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686D7 is #397928. Grayscale: #A2A2A2. Windows color (decimal): -3766569 or 14124742. OLE color: 14124742.
HSL color Cylindrical-coordinate representation of color #C686D7: hue angle of 287.41º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C686D7 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 134 | 215 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.16 |
| HSL | 287.41º | 0.5% | 0.68% | - |
| HSV(B) | 287.41º | 0.38% | 0.84% | - |
| XYZ | 44.08 | 33.96 | 68.52 | - |
| YUV | 162.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 215 | 0.08 | 0.38 | 0 | 0.16 | 287.41 | 0.5 | 0.68 |
| Hex | C6 | 86 | D7 | 8 | 26 | 0 | 10 | 11F | 32 | 44 |
| Octal | 306 | 206 | 327 | 10 | 46 | 0 | 20 | 437 | 62 | 104 |
| Binary | 11000110 | 10000110 | 11010111 | 1000 | 100110 | 0 | 10000 | 100011111 | 110010 | 1000100 |
Color Harmonies of #C686D7
Complementary color
Monochromatic Colors of #C686D7
Black with #C686D7
Text Example
Text Example
White with #C686D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686D7; }
p { color: rgb(198,134,215); }
H1.HeaderClassName
{
color: #C686D7;
}
.AnyTagClassName
{
color: #C686D7;
}
</style>
background-color css
<style>
a { background-color: #C686D7; }
a { background-color: rgb(198,134,215); }
div.DivClassName
{
background-color: #C686D7;
}
.BgClassName
{
background-color: #C686D7;
}
</style>
border-color css
<style>
span { border-color: #C686D7; }
span { border-color: rgb(198,134,215); }
td.TdClassName
{
border-color: #C686D7;
}
.TagClassName
{
border-color: #C686D7;
}
</style>