Shades of Wisteria #C688EC
Tints of Wisteria #C688EC
RGB
CMYK
RGB Variations
Color information
#C688EC (or 0xC688EC) is known color: Wisteria. HEX triplet: C6, 88 and EC. RGB value is (198,136,236). Sum of RGB (Red+Green+Blue) = 198+136+236=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #C688EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C688EC is #397713. Grayscale: #A5A5A5. Windows color (decimal): -3766036 or 15501510. OLE color: 15501510.
HSL color Cylindrical-coordinate representation of color #C688EC: hue angle of 277.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C688EC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 136 | 236 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.07 |
| HSL | 277.2º | 0.72% | 0.73% | - |
| HSV(B) | 277.2º | 0.42% | 0.93% | - |
| XYZ | 47.23 | 35.67 | 83.75 | - |
| YUV | 165.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 236 | 0.16 | 0.42 | 0 | 0.07 | 277.2 | 0.72 | 0.73 |
| Hex | C6 | 88 | EC | 10 | 2A | 0 | 7 | 115 | 48 | 49 |
| Octal | 306 | 210 | 354 | 20 | 52 | 0 | 7 | 425 | 110 | 111 |
| Binary | 11000110 | 10001000 | 11101100 | 10000 | 101010 | 0 | 111 | 100010101 | 1001000 | 1001001 |
Color Harmonies of #C688EC
Complementary color
Monochromatic Colors of #C688EC
Black with #C688EC
Text Example
Text Example
White with #C688EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688EC; }
p { color: rgb(198,136,236); }
H1.HeaderClassName
{
color: #C688EC;
}
.AnyTagClassName
{
color: #C688EC;
}
</style>
background-color css
<style>
a { background-color: #C688EC; }
a { background-color: rgb(198,136,236); }
div.DivClassName
{
background-color: #C688EC;
}
.BgClassName
{
background-color: #C688EC;
}
</style>
border-color css
<style>
span { border-color: #C688EC; }
span { border-color: rgb(198,136,236); }
td.TdClassName
{
border-color: #C688EC;
}
.TagClassName
{
border-color: #C688EC;
}
</style>