Shades of Wisteria #CE8EE0
Tints of Wisteria #CE8EE0
RGB
CMYK
RGB Variations
Color information
#CE8EE0 (or 0xCE8EE0) is known color: Wisteria. HEX triplet: CE, 8E and E0. RGB value is (206,142,224). Sum of RGB (Red+Green+Blue) = 206+142+224=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EE0 is #31711F. Grayscale: #AAAAAA. Windows color (decimal): -3240224 or 14716622. OLE color: 14716622.
HSL color Cylindrical-coordinate representation of color #CE8EE0: hue angle of 286.83º degrees, saturation: 0.57, 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 #CE8EE0 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 142 | 224 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.12 |
| HSL | 286.83º | 0.57% | 0.72% | - |
| HSV(B) | 286.83º | 0.37% | 0.88% | - |
| XYZ | 48.58 | 37.85 | 75.27 | - |
| YUV | 170.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 224 | 0.08 | 0.37 | 0 | 0.12 | 286.83 | 0.57 | 0.72 |
| Hex | CE | 8E | E0 | 8 | 25 | 0 | C | 11F | 39 | 48 |
| Octal | 316 | 216 | 340 | 10 | 45 | 0 | 14 | 437 | 71 | 110 |
| Binary | 11001110 | 10001110 | 11100000 | 1000 | 100101 | 0 | 1100 | 100011111 | 111001 | 1001000 |
Color Harmonies of #CE8EE0
Complementary color
Monochromatic Colors of #CE8EE0
Black with #CE8EE0
Text Example
Text Example
White with #CE8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EE0; }
p { color: rgb(206,142,224); }
H1.HeaderClassName
{
color: #CE8EE0;
}
.AnyTagClassName
{
color: #CE8EE0;
}
</style>
background-color css
<style>
a { background-color: #CE8EE0; }
a { background-color: rgb(206,142,224); }
div.DivClassName
{
background-color: #CE8EE0;
}
.BgClassName
{
background-color: #CE8EE0;
}
</style>
border-color css
<style>
span { border-color: #CE8EE0; }
span { border-color: rgb(206,142,224); }
td.TdClassName
{
border-color: #CE8EE0;
}
.TagClassName
{
border-color: #CE8EE0;
}
</style>