Shades of Wisteria #C684EC
Tints of Wisteria #C684EC
RGB
CMYK
RGB Variations
Color information
#C684EC (or 0xC684EC) is known color: Wisteria. HEX triplet: C6, 84 and EC. RGB value is (198,132,236). Sum of RGB (Red+Green+Blue) = 198+132+236=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #C684EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C684EC is #397B13. Grayscale: #A3A3A3. Windows color (decimal): -3767060 or 15500486. OLE color: 15500486.
HSL color Cylindrical-coordinate representation of color #C684EC: hue angle of 278.08º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C684EC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 132 | 236 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.07 |
| HSL | 278.08º | 0.73% | 0.72% | - |
| HSV(B) | 278.08º | 0.44% | 0.93% | - |
| XYZ | 46.68 | 34.56 | 83.57 | - |
| YUV | 163.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 236 | 0.16 | 0.44 | 0 | 0.07 | 278.08 | 0.73 | 0.72 |
| Hex | C6 | 84 | EC | 10 | 2C | 0 | 7 | 116 | 49 | 48 |
| Octal | 306 | 204 | 354 | 20 | 54 | 0 | 7 | 426 | 111 | 110 |
| Binary | 11000110 | 10000100 | 11101100 | 10000 | 101100 | 0 | 111 | 100010110 | 1001001 | 1001000 |
Color Harmonies of #C684EC
Complementary color
Monochromatic Colors of #C684EC
Black with #C684EC
Text Example
Text Example
White with #C684EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684EC; }
p { color: rgb(198,132,236); }
H1.HeaderClassName
{
color: #C684EC;
}
.AnyTagClassName
{
color: #C684EC;
}
</style>
background-color css
<style>
a { background-color: #C684EC; }
a { background-color: rgb(198,132,236); }
div.DivClassName
{
background-color: #C684EC;
}
.BgClassName
{
background-color: #C684EC;
}
</style>
border-color css
<style>
span { border-color: #C684EC; }
span { border-color: rgb(198,132,236); }
td.TdClassName
{
border-color: #C684EC;
}
.TagClassName
{
border-color: #C684EC;
}
</style>