Shades of Wisteria #CE8EEF
Tints of Wisteria #CE8EEF
RGB
CMYK
RGB Variations
Color information
#CE8EEF (or 0xCE8EEF) is known color: Wisteria. HEX triplet: CE, 8E and EF. RGB value is (206,142,239). Sum of RGB (Red+Green+Blue) = 206+142+239=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EEF is #317110. Grayscale: #ABABAB. Windows color (decimal): -3240209 or 15699662. OLE color: 15699662.
HSL color Cylindrical-coordinate representation of color #CE8EEF: hue angle of 279.59º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8EEF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 142 | 239 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.06 |
| HSL | 279.59º | 0.75% | 0.75% | - |
| HSV(B) | 279.59º | 0.41% | 0.94% | - |
| XYZ | 50.71 | 38.7 | 86.46 | - |
| YUV | 172.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 239 | 0.14 | 0.41 | 0 | 0.06 | 279.59 | 0.75 | 0.75 |
| Hex | CE | 8E | EF | E | 29 | 0 | 6 | 118 | 4B | 4B |
| Octal | 316 | 216 | 357 | 16 | 51 | 0 | 6 | 430 | 113 | 113 |
| Binary | 11001110 | 10001110 | 11101111 | 1110 | 101001 | 0 | 110 | 100011000 | 1001011 | 1001011 |
Color Harmonies of #CE8EEF
Complementary color
Monochromatic Colors of #CE8EEF
Black with #CE8EEF
Text Example
Text Example
White with #CE8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EEF; }
p { color: rgb(206,142,239); }
H1.HeaderClassName
{
color: #CE8EEF;
}
.AnyTagClassName
{
color: #CE8EEF;
}
</style>
background-color css
<style>
a { background-color: #CE8EEF; }
a { background-color: rgb(206,142,239); }
div.DivClassName
{
background-color: #CE8EEF;
}
.BgClassName
{
background-color: #CE8EEF;
}
</style>
border-color css
<style>
span { border-color: #CE8EEF; }
span { border-color: rgb(206,142,239); }
td.TdClassName
{
border-color: #CE8EEF;
}
.TagClassName
{
border-color: #CE8EEF;
}
</style>