Shades of Wisteria #C686F1
Tints of Wisteria #C686F1
RGB
CMYK
RGB Variations
Color information
#C686F1 (or 0xC686F1) is known color: Wisteria. HEX triplet: C6, 86 and F1. RGB value is (198,134,241). Sum of RGB (Red+Green+Blue) = 198+134+241=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #C686F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686F1 is #39790E. Grayscale: #A4A4A4. Windows color (decimal): -3766543 or 15828678. OLE color: 15828678.
HSL color Cylindrical-coordinate representation of color #C686F1: hue angle of 275.89º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C686F1 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 134 | 241 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.05 |
| HSL | 275.89º | 0.79% | 0.74% | - |
| HSV(B) | 275.89º | 0.44% | 0.95% | - |
| XYZ | 47.69 | 35.41 | 87.54 | - |
| YUV | 165.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 241 | 0.18 | 0.44 | 0 | 0.05 | 275.89 | 0.79 | 0.74 |
| Hex | C6 | 86 | F1 | 12 | 2C | 0 | 5 | 114 | 4F | 4A |
| Octal | 306 | 206 | 361 | 22 | 54 | 0 | 5 | 424 | 117 | 112 |
| Binary | 11000110 | 10000110 | 11110001 | 10010 | 101100 | 0 | 101 | 100010100 | 1001111 | 1001010 |
Color Harmonies of #C686F1
Complementary color
Monochromatic Colors of #C686F1
Black with #C686F1
Text Example
Text Example
White with #C686F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686F1; }
p { color: rgb(198,134,241); }
H1.HeaderClassName
{
color: #C686F1;
}
.AnyTagClassName
{
color: #C686F1;
}
</style>
background-color css
<style>
a { background-color: #C686F1; }
a { background-color: rgb(198,134,241); }
div.DivClassName
{
background-color: #C686F1;
}
.BgClassName
{
background-color: #C686F1;
}
</style>
border-color css
<style>
span { border-color: #C686F1; }
span { border-color: rgb(198,134,241); }
td.TdClassName
{
border-color: #C686F1;
}
.TagClassName
{
border-color: #C686F1;
}
</style>