Shades of Wisteria #CE8DEC
Tints of Wisteria #CE8DEC
RGB
CMYK
RGB Variations
Color information
#CE8DEC (or 0xCE8DEC) is known color: Wisteria. HEX triplet: CE, 8D and EC. RGB value is (206,141,236). Sum of RGB (Red+Green+Blue) = 206+141+236=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE8DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DEC is #317213. Grayscale: #AAAAAA. Windows color (decimal): -3240468 or 15502798. OLE color: 15502798.
HSL color Cylindrical-coordinate representation of color #CE8DEC: hue angle of 281.05º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8DEC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 141 | 236 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.07 |
| HSL | 281.05º | 0.71% | 0.74% | - |
| HSV(B) | 281.05º | 0.4% | 0.93% | - |
| XYZ | 50.12 | 38.23 | 84.09 | - |
| YUV | 171.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 236 | 0.13 | 0.40 | 0 | 0.07 | 281.05 | 0.71 | 0.74 |
| Hex | CE | 8D | EC | D | 28 | 0 | 7 | 119 | 47 | 4A |
| Octal | 316 | 215 | 354 | 15 | 50 | 0 | 7 | 431 | 107 | 112 |
| Binary | 11001110 | 10001101 | 11101100 | 1101 | 101000 | 0 | 111 | 100011001 | 1000111 | 1001010 |
Color Harmonies of #CE8DEC
Complementary color
Monochromatic Colors of #CE8DEC
Black with #CE8DEC
Text Example
Text Example
White with #CE8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DEC; }
p { color: rgb(206,141,236); }
H1.HeaderClassName
{
color: #CE8DEC;
}
.AnyTagClassName
{
color: #CE8DEC;
}
</style>
background-color css
<style>
a { background-color: #CE8DEC; }
a { background-color: rgb(206,141,236); }
div.DivClassName
{
background-color: #CE8DEC;
}
.BgClassName
{
background-color: #CE8DEC;
}
</style>
border-color css
<style>
span { border-color: #CE8DEC; }
span { border-color: rgb(206,141,236); }
td.TdClassName
{
border-color: #CE8DEC;
}
.TagClassName
{
border-color: #CE8DEC;
}
</style>