Shades of Wisteria #CE8EE1
Tints of Wisteria #CE8EE1
RGB
CMYK
RGB Variations
Color information
#CE8EE1 (or 0xCE8EE1) is known color: Wisteria. HEX triplet: CE, 8E and E1. RGB value is (206,142,225). Sum of RGB (Red+Green+Blue) = 206+142+225=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EE1 is #31711E. Grayscale: #AAAAAA. Windows color (decimal): -3240223 or 14782158. OLE color: 14782158.
HSL color Cylindrical-coordinate representation of color #CE8EE1: hue angle of 286.27º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8EE1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 142 | 225 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.12 |
| HSL | 286.27º | 0.58% | 0.72% | - |
| HSV(B) | 286.27º | 0.37% | 0.88% | - |
| XYZ | 48.72 | 37.9 | 75.98 | - |
| YUV | 170.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 225 | 0.08 | 0.37 | 0 | 0.12 | 286.27 | 0.58 | 0.72 |
| Hex | CE | 8E | E1 | 8 | 25 | 0 | C | 11E | 3A | 48 |
| Octal | 316 | 216 | 341 | 10 | 45 | 0 | 14 | 436 | 72 | 110 |
| Binary | 11001110 | 10001110 | 11100001 | 1000 | 100101 | 0 | 1100 | 100011110 | 111010 | 1001000 |
Color Harmonies of #CE8EE1
Complementary color
Monochromatic Colors of #CE8EE1
Black with #CE8EE1
Text Example
Text Example
White with #CE8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EE1; }
p { color: rgb(206,142,225); }
H1.HeaderClassName
{
color: #CE8EE1;
}
.AnyTagClassName
{
color: #CE8EE1;
}
</style>
background-color css
<style>
a { background-color: #CE8EE1; }
a { background-color: rgb(206,142,225); }
div.DivClassName
{
background-color: #CE8EE1;
}
.BgClassName
{
background-color: #CE8EE1;
}
</style>
border-color css
<style>
span { border-color: #CE8EE1; }
span { border-color: rgb(206,142,225); }
td.TdClassName
{
border-color: #CE8EE1;
}
.TagClassName
{
border-color: #CE8EE1;
}
</style>