Shades of Wisteria #CE88E5
Tints of Wisteria #CE88E5
RGB
CMYK
RGB Variations
Color information
#CE88E5 (or 0xCE88E5) is known color: Wisteria. HEX triplet: CE, 88 and E5. RGB value is (206,136,229). Sum of RGB (Red+Green+Blue) = 206+136+229=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE88E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88E5 is #31771A. Grayscale: #A7A7A7. Windows color (decimal): -3241755 or 15042766. OLE color: 15042766.
HSL color Cylindrical-coordinate representation of color #CE88E5: hue angle of 285.16º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE88E5 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 136 | 229 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.10 |
| HSL | 285.16º | 0.64% | 0.72% | - |
| HSV(B) | 285.16º | 0.41% | 0.9% | - |
| XYZ | 48.4 | 36.39 | 78.6 | - |
| YUV | 167.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 229 | 0.10 | 0.41 | 0 | 0.10 | 285.16 | 0.64 | 0.72 |
| Hex | CE | 88 | E5 | A | 29 | 0 | A | 11D | 40 | 48 |
| Octal | 316 | 210 | 345 | 12 | 51 | 0 | 12 | 435 | 100 | 110 |
| Binary | 11001110 | 10001000 | 11100101 | 1010 | 101001 | 0 | 1010 | 100011101 | 1000000 | 1001000 |
Color Harmonies of #CE88E5
Complementary color
Monochromatic Colors of #CE88E5
Black with #CE88E5
Text Example
Text Example
White with #CE88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88E5; }
p { color: rgb(206,136,229); }
H1.HeaderClassName
{
color: #CE88E5;
}
.AnyTagClassName
{
color: #CE88E5;
}
</style>
background-color css
<style>
a { background-color: #CE88E5; }
a { background-color: rgb(206,136,229); }
div.DivClassName
{
background-color: #CE88E5;
}
.BgClassName
{
background-color: #CE88E5;
}
</style>
border-color css
<style>
span { border-color: #CE88E5; }
span { border-color: rgb(206,136,229); }
td.TdClassName
{
border-color: #CE88E5;
}
.TagClassName
{
border-color: #CE88E5;
}
</style>