Shades of Wisteria #CE9EE0
Tints of Wisteria #CE9EE0
RGB
CMYK
RGB Variations
Color information
#CE9EE0 (or 0xCE9EE0) is known color: Wisteria. HEX triplet: CE, 9E and E0. RGB value is (206,158,224). Sum of RGB (Red+Green+Blue) = 206+158+224=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EE0 is #31611F. Grayscale: #B3B3B3. Windows color (decimal): -3236128 or 14720718. OLE color: 14720718.
HSL color Cylindrical-coordinate representation of color #CE9EE0: hue angle of 283.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9EE0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 158 | 224 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.12 |
| HSL | 283.64º | 0.52% | 0.75% | - |
| HSV(B) | 283.64º | 0.29% | 0.88% | - |
| XYZ | 51.14 | 42.96 | 76.12 | - |
| YUV | 179.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 224 | 0.08 | 0.29 | 0 | 0.12 | 283.64 | 0.52 | 0.75 |
| Hex | CE | 9E | E0 | 8 | 1D | 0 | C | 11C | 34 | 4B |
| Octal | 316 | 236 | 340 | 10 | 35 | 0 | 14 | 434 | 64 | 113 |
| Binary | 11001110 | 10011110 | 11100000 | 1000 | 11101 | 0 | 1100 | 100011100 | 110100 | 1001011 |
Color Harmonies of #CE9EE0
Complementary color
Monochromatic Colors of #CE9EE0
Black with #CE9EE0
Text Example
Text Example
White with #CE9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EE0; }
p { color: rgb(206,158,224); }
H1.HeaderClassName
{
color: #CE9EE0;
}
.AnyTagClassName
{
color: #CE9EE0;
}
</style>
background-color css
<style>
a { background-color: #CE9EE0; }
a { background-color: rgb(206,158,224); }
div.DivClassName
{
background-color: #CE9EE0;
}
.BgClassName
{
background-color: #CE9EE0;
}
</style>
border-color css
<style>
span { border-color: #CE9EE0; }
span { border-color: rgb(206,158,224); }
td.TdClassName
{
border-color: #CE9EE0;
}
.TagClassName
{
border-color: #CE9EE0;
}
</style>