Shades of Wisteria #C686E8
Tints of Wisteria #C686E8
RGB
CMYK
RGB Variations
Color information
#C686E8 (or 0xC686E8) is known color: Wisteria. HEX triplet: C6, 86 and E8. RGB value is (198,134,232). Sum of RGB (Red+Green+Blue) = 198+134+232=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #C686E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686E8 is #397917. Grayscale: #A3A3A3. Windows color (decimal): -3766552 or 15238854. OLE color: 15238854.
HSL color Cylindrical-coordinate representation of color #C686E8: hue angle of 279.18º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C686E8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 134 | 232 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.09 |
| HSL | 279.18º | 0.68% | 0.72% | - |
| HSV(B) | 279.18º | 0.42% | 0.91% | - |
| XYZ | 46.38 | 34.88 | 80.63 | - |
| YUV | 164.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 232 | 0.15 | 0.42 | 0 | 0.09 | 279.18 | 0.68 | 0.72 |
| Hex | C6 | 86 | E8 | F | 2A | 0 | 9 | 117 | 44 | 48 |
| Octal | 306 | 206 | 350 | 17 | 52 | 0 | 11 | 427 | 104 | 110 |
| Binary | 11000110 | 10000110 | 11101000 | 1111 | 101010 | 0 | 1001 | 100010111 | 1000100 | 1001000 |
Color Harmonies of #C686E8
Complementary color
Monochromatic Colors of #C686E8
Black with #C686E8
Text Example
Text Example
White with #C686E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686E8; }
p { color: rgb(198,134,232); }
H1.HeaderClassName
{
color: #C686E8;
}
.AnyTagClassName
{
color: #C686E8;
}
</style>
background-color css
<style>
a { background-color: #C686E8; }
a { background-color: rgb(198,134,232); }
div.DivClassName
{
background-color: #C686E8;
}
.BgClassName
{
background-color: #C686E8;
}
</style>
border-color css
<style>
span { border-color: #C686E8; }
span { border-color: rgb(198,134,232); }
td.TdClassName
{
border-color: #C686E8;
}
.TagClassName
{
border-color: #C686E8;
}
</style>