Shades of Wisteria #CE89EB
Tints of Wisteria #CE89EB
RGB
CMYK
RGB Variations
Color information
#CE89EB (or 0xCE89EB) is known color: Wisteria. HEX triplet: CE, 89 and EB. RGB value is (206,137,235). Sum of RGB (Red+Green+Blue) = 206+137+235=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE89EB is #317614. Grayscale: #A8A8A8. Windows color (decimal): -3241493 or 15436238. OLE color: 15436238.
HSL color Cylindrical-coordinate representation of color #CE89EB: hue angle of 282.24º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE89EB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 137 | 235 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.08 |
| HSL | 282.24º | 0.71% | 0.73% | - |
| HSV(B) | 282.24º | 0.42% | 0.92% | - |
| XYZ | 49.39 | 37.01 | 83.14 | - |
| YUV | 168.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 235 | 0.12 | 0.42 | 0 | 0.08 | 282.24 | 0.71 | 0.73 |
| Hex | CE | 89 | EB | C | 2A | 0 | 8 | 11A | 47 | 49 |
| Octal | 316 | 211 | 353 | 14 | 52 | 0 | 10 | 432 | 107 | 111 |
| Binary | 11001110 | 10001001 | 11101011 | 1100 | 101010 | 0 | 1000 | 100011010 | 1000111 | 1001001 |
Color Harmonies of #CE89EB
Complementary color
Monochromatic Colors of #CE89EB
Black with #CE89EB
Text Example
Text Example
White with #CE89EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE89EB; }
p { color: rgb(206,137,235); }
H1.HeaderClassName
{
color: #CE89EB;
}
.AnyTagClassName
{
color: #CE89EB;
}
</style>
background-color css
<style>
a { background-color: #CE89EB; }
a { background-color: rgb(206,137,235); }
div.DivClassName
{
background-color: #CE89EB;
}
.BgClassName
{
background-color: #CE89EB;
}
</style>
border-color css
<style>
span { border-color: #CE89EB; }
span { border-color: rgb(206,137,235); }
td.TdClassName
{
border-color: #CE89EB;
}
.TagClassName
{
border-color: #CE89EB;
}
</style>