Shades of Wisteria #C686F3
Tints of Wisteria #C686F3
RGB
CMYK
RGB Variations
Color information
#C686F3 (or 0xC686F3) is known color: Wisteria. HEX triplet: C6, 86 and F3. RGB value is (198,134,243). Sum of RGB (Red+Green+Blue) = 198+134+243=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #C686F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C686F3 is #39790C. Grayscale: #A5A5A5. Windows color (decimal): -3766541 or 15959750. OLE color: 15959750.
HSL color Cylindrical-coordinate representation of color #C686F3: hue angle of 275.23º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C686F3 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 134 | 243 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.05 |
| HSL | 275.23º | 0.82% | 0.74% | - |
| HSV(B) | 275.23º | 0.45% | 0.95% | - |
| XYZ | 47.99 | 35.53 | 89.12 | - |
| YUV | 165.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 243 | 0.19 | 0.45 | 0 | 0.05 | 275.23 | 0.82 | 0.74 |
| Hex | C6 | 86 | F3 | 13 | 2D | 0 | 5 | 113 | 52 | 4A |
| Octal | 306 | 206 | 363 | 23 | 55 | 0 | 5 | 423 | 122 | 112 |
| Binary | 11000110 | 10000110 | 11110011 | 10011 | 101101 | 0 | 101 | 100010011 | 1010010 | 1001010 |
Color Harmonies of #C686F3
Complementary color
Monochromatic Colors of #C686F3
Black with #C686F3
Text Example
Text Example
White with #C686F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686F3; }
p { color: rgb(198,134,243); }
H1.HeaderClassName
{
color: #C686F3;
}
.AnyTagClassName
{
color: #C686F3;
}
</style>
background-color css
<style>
a { background-color: #C686F3; }
a { background-color: rgb(198,134,243); }
div.DivClassName
{
background-color: #C686F3;
}
.BgClassName
{
background-color: #C686F3;
}
</style>
border-color css
<style>
span { border-color: #C686F3; }
span { border-color: rgb(198,134,243); }
td.TdClassName
{
border-color: #C686F3;
}
.TagClassName
{
border-color: #C686F3;
}
</style>