Shades of Wisteria #C888EC
Tints of Wisteria #C888EC
RGB
CMYK
RGB Variations
Color information
#C888EC (or 0xC888EC) is known color: Wisteria. HEX triplet: C8, 88 and EC. RGB value is (200,136,236). Sum of RGB (Red+Green+Blue) = 200+136+236=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #C888EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888EC is #377713. Grayscale: #A6A6A6. Windows color (decimal): -3634964 or 15501512. OLE color: 15501512.
HSL color Cylindrical-coordinate representation of color #C888EC: hue angle of 278.4º 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 #C888EC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 136 | 236 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.07 |
| HSL | 278.4º | 0.72% | 0.73% | - |
| HSV(B) | 278.4º | 0.42% | 0.93% | - |
| XYZ | 47.76 | 35.94 | 83.78 | - |
| YUV | 166.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 236 | 0.15 | 0.42 | 0 | 0.07 | 278.4 | 0.72 | 0.73 |
| Hex | C8 | 88 | EC | F | 2A | 0 | 7 | 116 | 48 | 49 |
| Octal | 310 | 210 | 354 | 17 | 52 | 0 | 7 | 426 | 110 | 111 |
| Binary | 11001000 | 10001000 | 11101100 | 1111 | 101010 | 0 | 111 | 100010110 | 1001000 | 1001001 |
Color Harmonies of #C888EC
Complementary color
Monochromatic Colors of #C888EC
Black with #C888EC
Text Example
Text Example
White with #C888EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888EC; }
p { color: rgb(200,136,236); }
H1.HeaderClassName
{
color: #C888EC;
}
.AnyTagClassName
{
color: #C888EC;
}
</style>
background-color css
<style>
a { background-color: #C888EC; }
a { background-color: rgb(200,136,236); }
div.DivClassName
{
background-color: #C888EC;
}
.BgClassName
{
background-color: #C888EC;
}
</style>
border-color css
<style>
span { border-color: #C888EC; }
span { border-color: rgb(200,136,236); }
td.TdClassName
{
border-color: #C888EC;
}
.TagClassName
{
border-color: #C888EC;
}
</style>