Shades of Wisteria #CE8EE7
Tints of Wisteria #CE8EE7
RGB
CMYK
RGB Variations
Color information
#CE8EE7 (or 0xCE8EE7) is known color: Wisteria. HEX triplet: CE, 8E and E7. RGB value is (206,142,231). Sum of RGB (Red+Green+Blue) = 206+142+231=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE8EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EE7 is #317118. Grayscale: #AAAAAA. Windows color (decimal): -3240217 or 15175374. OLE color: 15175374.
HSL color Cylindrical-coordinate representation of color #CE8EE7: hue angle of 283.15º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8EE7 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 142 | 231 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.09 |
| HSL | 283.15º | 0.65% | 0.73% | - |
| HSV(B) | 283.15º | 0.39% | 0.91% | - |
| XYZ | 49.55 | 38.24 | 80.37 | - |
| YUV | 171.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 231 | 0.11 | 0.39 | 0 | 0.09 | 283.15 | 0.65 | 0.73 |
| Hex | CE | 8E | E7 | B | 27 | 0 | 9 | 11B | 41 | 49 |
| Octal | 316 | 216 | 347 | 13 | 47 | 0 | 11 | 433 | 101 | 111 |
| Binary | 11001110 | 10001110 | 11100111 | 1011 | 100111 | 0 | 1001 | 100011011 | 1000001 | 1001001 |
Color Harmonies of #CE8EE7
Complementary color
Monochromatic Colors of #CE8EE7
Black with #CE8EE7
Text Example
Text Example
White with #CE8EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EE7; }
p { color: rgb(206,142,231); }
H1.HeaderClassName
{
color: #CE8EE7;
}
.AnyTagClassName
{
color: #CE8EE7;
}
</style>
background-color css
<style>
a { background-color: #CE8EE7; }
a { background-color: rgb(206,142,231); }
div.DivClassName
{
background-color: #CE8EE7;
}
.BgClassName
{
background-color: #CE8EE7;
}
</style>
border-color css
<style>
span { border-color: #CE8EE7; }
span { border-color: rgb(206,142,231); }
td.TdClassName
{
border-color: #CE8EE7;
}
.TagClassName
{
border-color: #CE8EE7;
}
</style>