Shades of Wisteria #CE9EDA
Tints of Wisteria #CE9EDA
RGB
CMYK
RGB Variations
Color information
#CE9EDA (or 0xCE9EDA) is known color: Wisteria. HEX triplet: CE, 9E and DA. RGB value is (206,158,218). Sum of RGB (Red+Green+Blue) = 206+158+218=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EDA is #316125. Grayscale: #B2B2B2. Windows color (decimal): -3236134 or 14327502. OLE color: 14327502.
HSL color Cylindrical-coordinate representation of color #CE9EDA: hue angle of 288º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9EDA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 158 | 218 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.15 |
| HSL | 288º | 0.45% | 0.74% | - |
| HSV(B) | 288º | 0.28% | 0.85% | - |
| XYZ | 50.34 | 42.64 | 71.91 | - |
| YUV | 179.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 218 | 0.06 | 0.28 | 0 | 0.15 | 288 | 0.45 | 0.74 |
| Hex | CE | 9E | DA | 6 | 1C | 0 | F | 120 | 2D | 4A |
| Octal | 316 | 236 | 332 | 6 | 34 | 0 | 17 | 440 | 55 | 112 |
| Binary | 11001110 | 10011110 | 11011010 | 110 | 11100 | 0 | 1111 | 100100000 | 101101 | 1001010 |
Color Harmonies of #CE9EDA
Complementary color
Monochromatic Colors of #CE9EDA
Black with #CE9EDA
Text Example
Text Example
White with #CE9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EDA; }
p { color: rgb(206,158,218); }
H1.HeaderClassName
{
color: #CE9EDA;
}
.AnyTagClassName
{
color: #CE9EDA;
}
</style>
background-color css
<style>
a { background-color: #CE9EDA; }
a { background-color: rgb(206,158,218); }
div.DivClassName
{
background-color: #CE9EDA;
}
.BgClassName
{
background-color: #CE9EDA;
}
</style>
border-color css
<style>
span { border-color: #CE9EDA; }
span { border-color: rgb(206,158,218); }
td.TdClassName
{
border-color: #CE9EDA;
}
.TagClassName
{
border-color: #CE9EDA;
}
</style>