Shades of Wisteria #CE89E6
Tints of Wisteria #CE89E6
RGB
CMYK
RGB Variations
Color information
#CE89E6 (or 0xCE89E6) is known color: Wisteria. HEX triplet: CE, 89 and E6. RGB value is (206,137,230). Sum of RGB (Red+Green+Blue) = 206+137+230=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE89E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE89E6 is #317619. Grayscale: #A7A7A7. Windows color (decimal): -3241498 or 15108558. OLE color: 15108558.
HSL color Cylindrical-coordinate representation of color #CE89E6: hue angle of 284.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE89E6 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 137 | 230 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.10 |
| HSL | 284.52º | 0.65% | 0.72% | - |
| HSV(B) | 284.52º | 0.4% | 0.9% | - |
| XYZ | 48.68 | 36.73 | 79.39 | - |
| YUV | 168.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 230 | 0.10 | 0.40 | 0 | 0.10 | 284.52 | 0.65 | 0.72 |
| Hex | CE | 89 | E6 | A | 28 | 0 | A | 11D | 41 | 48 |
| Octal | 316 | 211 | 346 | 12 | 50 | 0 | 12 | 435 | 101 | 110 |
| Binary | 11001110 | 10001001 | 11100110 | 1010 | 101000 | 0 | 1010 | 100011101 | 1000001 | 1001000 |
Color Harmonies of #CE89E6
Complementary color
Monochromatic Colors of #CE89E6
Black with #CE89E6
Text Example
Text Example
White with #CE89E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE89E6; }
p { color: rgb(206,137,230); }
H1.HeaderClassName
{
color: #CE89E6;
}
.AnyTagClassName
{
color: #CE89E6;
}
</style>
background-color css
<style>
a { background-color: #CE89E6; }
a { background-color: rgb(206,137,230); }
div.DivClassName
{
background-color: #CE89E6;
}
.BgClassName
{
background-color: #CE89E6;
}
</style>
border-color css
<style>
span { border-color: #CE89E6; }
span { border-color: rgb(206,137,230); }
td.TdClassName
{
border-color: #CE89E6;
}
.TagClassName
{
border-color: #CE89E6;
}
</style>