Shades of Wisteria #CE8DE6
Tints of Wisteria #CE8DE6
RGB
CMYK
RGB Variations
Color information
#CE8DE6 (or 0xCE8DE6) is known color: Wisteria. HEX triplet: CE, 8D and E6. RGB value is (206,141,230). Sum of RGB (Red+Green+Blue) = 206+141+230=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE8DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DE6 is #317219. Grayscale: #AAAAAA. Windows color (decimal): -3240474 or 15109582. OLE color: 15109582.
HSL color Cylindrical-coordinate representation of color #CE8DE6: hue angle of 283.82º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8DE6 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 141 | 230 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.10 |
| HSL | 283.82º | 0.64% | 0.73% | - |
| HSV(B) | 283.82º | 0.39% | 0.9% | - |
| XYZ | 49.26 | 37.88 | 79.58 | - |
| YUV | 170.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 230 | 0.10 | 0.39 | 0 | 0.10 | 283.82 | 0.64 | 0.73 |
| Hex | CE | 8D | E6 | A | 27 | 0 | A | 11C | 40 | 49 |
| Octal | 316 | 215 | 346 | 12 | 47 | 0 | 12 | 434 | 100 | 111 |
| Binary | 11001110 | 10001101 | 11100110 | 1010 | 100111 | 0 | 1010 | 100011100 | 1000000 | 1001001 |
Color Harmonies of #CE8DE6
Complementary color
Monochromatic Colors of #CE8DE6
Black with #CE8DE6
Text Example
Text Example
White with #CE8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DE6; }
p { color: rgb(206,141,230); }
H1.HeaderClassName
{
color: #CE8DE6;
}
.AnyTagClassName
{
color: #CE8DE6;
}
</style>
background-color css
<style>
a { background-color: #CE8DE6; }
a { background-color: rgb(206,141,230); }
div.DivClassName
{
background-color: #CE8DE6;
}
.BgClassName
{
background-color: #CE8DE6;
}
</style>
border-color css
<style>
span { border-color: #CE8DE6; }
span { border-color: rgb(206,141,230); }
td.TdClassName
{
border-color: #CE8DE6;
}
.TagClassName
{
border-color: #CE8DE6;
}
</style>