Shades of Wisteria #CE8DEB
Tints of Wisteria #CE8DEB
RGB
CMYK
RGB Variations
Color information
#CE8DEB (or 0xCE8DEB) is known color: Wisteria. HEX triplet: CE, 8D and EB. RGB value is (206,141,235). Sum of RGB (Red+Green+Blue) = 206+141+235=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DEB is #317214. Grayscale: #AAAAAA. Windows color (decimal): -3240469 or 15437262. OLE color: 15437262.
HSL color Cylindrical-coordinate representation of color #CE8DEB: hue angle of 281.49º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8DEB is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 141 | 235 | - |
| CMYK | 0.12 | 0.4 | 0 | 0.08 |
| HSL | 281.49º | 0.7% | 0.74% | - |
| HSV(B) | 281.49º | 0.4% | 0.92% | - |
| XYZ | 49.97 | 38.17 | 83.33 | - |
| YUV | 171.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 235 | 0.12 | 0.4 | 0 | 0.08 | 281.49 | 0.7 | 0.74 |
| Hex | CE | 8D | EB | C | 28 | 0 | 8 | 119 | 46 | 4A |
| Octal | 316 | 215 | 353 | 14 | 50 | 0 | 10 | 431 | 106 | 112 |
| Binary | 11001110 | 10001101 | 11101011 | 1100 | 101000 | 0 | 1000 | 100011001 | 1000110 | 1001010 |
Color Harmonies of #CE8DEB
Complementary color
Monochromatic Colors of #CE8DEB
Black with #CE8DEB
Text Example
Text Example
White with #CE8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DEB; }
p { color: rgb(206,141,235); }
H1.HeaderClassName
{
color: #CE8DEB;
}
.AnyTagClassName
{
color: #CE8DEB;
}
</style>
background-color css
<style>
a { background-color: #CE8DEB; }
a { background-color: rgb(206,141,235); }
div.DivClassName
{
background-color: #CE8DEB;
}
.BgClassName
{
background-color: #CE8DEB;
}
</style>
border-color css
<style>
span { border-color: #CE8DEB; }
span { border-color: rgb(206,141,235); }
td.TdClassName
{
border-color: #CE8DEB;
}
.TagClassName
{
border-color: #CE8DEB;
}
</style>