Shades of Wisteria #CE89DB
Tints of Wisteria #CE89DB
RGB
CMYK
RGB Variations
Color information
#CE89DB (or 0xCE89DB) is known color: Wisteria. HEX triplet: CE, 89 and DB. RGB value is (206,137,219). Sum of RGB (Red+Green+Blue) = 206+137+219=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89DB is #317624. Grayscale: #A6A6A6. Windows color (decimal): -3241509 or 14387662. OLE color: 14387662.
HSL color Cylindrical-coordinate representation of color #CE89DB: hue angle of 290.49º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE89DB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 137 | 219 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.14 |
| HSL | 290.49º | 0.53% | 0.7% | - |
| HSV(B) | 290.49º | 0.37% | 0.86% | - |
| XYZ | 47.19 | 36.13 | 71.5 | - |
| YUV | 166.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 219 | 0.06 | 0.37 | 0 | 0.14 | 290.49 | 0.53 | 0.7 |
| Hex | CE | 89 | DB | 6 | 25 | 0 | E | 122 | 35 | 46 |
| Octal | 316 | 211 | 333 | 6 | 45 | 0 | 16 | 442 | 65 | 106 |
| Binary | 11001110 | 10001001 | 11011011 | 110 | 100101 | 0 | 1110 | 100100010 | 110101 | 1000110 |
Color Harmonies of #CE89DB
Complementary color
Monochromatic Colors of #CE89DB
Black with #CE89DB
Text Example
Text Example
White with #CE89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE89DB; }
p { color: rgb(206,137,219); }
H1.HeaderClassName
{
color: #CE89DB;
}
.AnyTagClassName
{
color: #CE89DB;
}
</style>
background-color css
<style>
a { background-color: #CE89DB; }
a { background-color: rgb(206,137,219); }
div.DivClassName
{
background-color: #CE89DB;
}
.BgClassName
{
background-color: #CE89DB;
}
</style>
border-color css
<style>
span { border-color: #CE89DB; }
span { border-color: rgb(206,137,219); }
td.TdClassName
{
border-color: #CE89DB;
}
.TagClassName
{
border-color: #CE89DB;
}
</style>