Shades of Wisteria #C686DA
Tints of Wisteria #C686DA
RGB
CMYK
RGB Variations
Color information
#C686DA (or 0xC686DA) is known color: Wisteria. HEX triplet: C6, 86 and DA. RGB value is (198,134,218). Sum of RGB (Red+Green+Blue) = 198+134+218=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #C686DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686DA is #397925. Grayscale: #A2A2A2. Windows color (decimal): -3766566 or 14321350. OLE color: 14321350.
HSL color Cylindrical-coordinate representation of color #C686DA: hue angle of 285.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C686DA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 134 | 218 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.15 |
| HSL | 285.71º | 0.53% | 0.69% | - |
| HSV(B) | 285.71º | 0.39% | 0.85% | - |
| XYZ | 44.47 | 34.12 | 70.57 | - |
| YUV | 162.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 218 | 0.09 | 0.39 | 0 | 0.15 | 285.71 | 0.53 | 0.69 |
| Hex | C6 | 86 | DA | 9 | 27 | 0 | F | 11E | 35 | 45 |
| Octal | 306 | 206 | 332 | 11 | 47 | 0 | 17 | 436 | 65 | 105 |
| Binary | 11000110 | 10000110 | 11011010 | 1001 | 100111 | 0 | 1111 | 100011110 | 110101 | 1000101 |
Color Harmonies of #C686DA
Complementary color
Monochromatic Colors of #C686DA
Black with #C686DA
Text Example
Text Example
White with #C686DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686DA; }
p { color: rgb(198,134,218); }
H1.HeaderClassName
{
color: #C686DA;
}
.AnyTagClassName
{
color: #C686DA;
}
</style>
background-color css
<style>
a { background-color: #C686DA; }
a { background-color: rgb(198,134,218); }
div.DivClassName
{
background-color: #C686DA;
}
.BgClassName
{
background-color: #C686DA;
}
</style>
border-color css
<style>
span { border-color: #C686DA; }
span { border-color: rgb(198,134,218); }
td.TdClassName
{
border-color: #C686DA;
}
.TagClassName
{
border-color: #C686DA;
}
</style>