Shades of Wisteria #CE8EE5
Tints of Wisteria #CE8EE5
RGB
CMYK
RGB Variations
Color information
#CE8EE5 (or 0xCE8EE5) is known color: Wisteria. HEX triplet: CE, 8E and E5. RGB value is (206,142,229). Sum of RGB (Red+Green+Blue) = 206+142+229=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE8EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EE5 is #31711A. Grayscale: #AAAAAA. Windows color (decimal): -3240219 or 15044302. OLE color: 15044302.
HSL color Cylindrical-coordinate representation of color #CE8EE5: hue angle of 284.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8EE5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 142 | 229 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.10 |
| HSL | 284.14º | 0.63% | 0.73% | - |
| HSV(B) | 284.14º | 0.38% | 0.9% | - |
| XYZ | 49.27 | 38.12 | 78.89 | - |
| YUV | 171.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 229 | 0.10 | 0.38 | 0 | 0.10 | 284.14 | 0.63 | 0.73 |
| Hex | CE | 8E | E5 | A | 26 | 0 | A | 11C | 3F | 49 |
| Octal | 316 | 216 | 345 | 12 | 46 | 0 | 12 | 434 | 77 | 111 |
| Binary | 11001110 | 10001110 | 11100101 | 1010 | 100110 | 0 | 1010 | 100011100 | 111111 | 1001001 |
Color Harmonies of #CE8EE5
Complementary color
Monochromatic Colors of #CE8EE5
Black with #CE8EE5
Text Example
Text Example
White with #CE8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EE5; }
p { color: rgb(206,142,229); }
H1.HeaderClassName
{
color: #CE8EE5;
}
.AnyTagClassName
{
color: #CE8EE5;
}
</style>
background-color css
<style>
a { background-color: #CE8EE5; }
a { background-color: rgb(206,142,229); }
div.DivClassName
{
background-color: #CE8EE5;
}
.BgClassName
{
background-color: #CE8EE5;
}
</style>
border-color css
<style>
span { border-color: #CE8EE5; }
span { border-color: rgb(206,142,229); }
td.TdClassName
{
border-color: #CE8EE5;
}
.TagClassName
{
border-color: #CE8EE5;
}
</style>