Shades of Wisteria #CE8EE6
Tints of Wisteria #CE8EE6
RGB
CMYK
RGB Variations
Color information
#CE8EE6 (or 0xCE8EE6) is known color: Wisteria. HEX triplet: CE, 8E and E6. RGB value is (206,142,230). Sum of RGB (Red+Green+Blue) = 206+142+230=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE8EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EE6 is #317119. Grayscale: #AAAAAA. Windows color (decimal): -3240218 or 15109838. OLE color: 15109838.
HSL color Cylindrical-coordinate representation of color #CE8EE6: hue angle of 283.64º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8EE6 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 142 | 230 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.10 |
| HSL | 283.64º | 0.64% | 0.73% | - |
| HSV(B) | 283.64º | 0.38% | 0.9% | - |
| XYZ | 49.41 | 38.18 | 79.63 | - |
| YUV | 171.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 230 | 0.10 | 0.38 | 0 | 0.10 | 283.64 | 0.64 | 0.73 |
| Hex | CE | 8E | E6 | A | 26 | 0 | A | 11C | 40 | 49 |
| Octal | 316 | 216 | 346 | 12 | 46 | 0 | 12 | 434 | 100 | 111 |
| Binary | 11001110 | 10001110 | 11100110 | 1010 | 100110 | 0 | 1010 | 100011100 | 1000000 | 1001001 |
Color Harmonies of #CE8EE6
Complementary color
Monochromatic Colors of #CE8EE6
Black with #CE8EE6
Text Example
Text Example
White with #CE8EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EE6; }
p { color: rgb(206,142,230); }
H1.HeaderClassName
{
color: #CE8EE6;
}
.AnyTagClassName
{
color: #CE8EE6;
}
</style>
background-color css
<style>
a { background-color: #CE8EE6; }
a { background-color: rgb(206,142,230); }
div.DivClassName
{
background-color: #CE8EE6;
}
.BgClassName
{
background-color: #CE8EE6;
}
</style>
border-color css
<style>
span { border-color: #CE8EE6; }
span { border-color: rgb(206,142,230); }
td.TdClassName
{
border-color: #CE8EE6;
}
.TagClassName
{
border-color: #CE8EE6;
}
</style>