Shades of Wisteria #CE88EC
Tints of Wisteria #CE88EC
RGB
CMYK
RGB Variations
Color information
#CE88EC (or 0xCE88EC) is known color: Wisteria. HEX triplet: CE, 88 and EC. RGB value is (206,136,236). Sum of RGB (Red+Green+Blue) = 206+136+236=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88EC is #317713. Grayscale: #A8A8A8. Windows color (decimal): -3241748 or 15501518. OLE color: 15501518.
HSL color Cylindrical-coordinate representation of color #CE88EC: hue angle of 282º 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 #CE88EC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 136 | 236 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.07 |
| HSL | 282º | 0.72% | 0.73% | - |
| HSV(B) | 282º | 0.42% | 0.93% | - |
| XYZ | 49.4 | 36.79 | 83.85 | - |
| YUV | 168.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 236 | 0.13 | 0.42 | 0 | 0.07 | 282 | 0.72 | 0.73 |
| Hex | CE | 88 | EC | D | 2A | 0 | 7 | 11A | 48 | 49 |
| Octal | 316 | 210 | 354 | 15 | 52 | 0 | 7 | 432 | 110 | 111 |
| Binary | 11001110 | 10001000 | 11101100 | 1101 | 101010 | 0 | 111 | 100011010 | 1001000 | 1001001 |
Color Harmonies of #CE88EC
Complementary color
Monochromatic Colors of #CE88EC
Black with #CE88EC
Text Example
Text Example
White with #CE88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88EC; }
p { color: rgb(206,136,236); }
H1.HeaderClassName
{
color: #CE88EC;
}
.AnyTagClassName
{
color: #CE88EC;
}
</style>
background-color css
<style>
a { background-color: #CE88EC; }
a { background-color: rgb(206,136,236); }
div.DivClassName
{
background-color: #CE88EC;
}
.BgClassName
{
background-color: #CE88EC;
}
</style>
border-color css
<style>
span { border-color: #CE88EC; }
span { border-color: rgb(206,136,236); }
td.TdClassName
{
border-color: #CE88EC;
}
.TagClassName
{
border-color: #CE88EC;
}
</style>