Shades of Wisteria #CE89DF
Tints of Wisteria #CE89DF
RGB
CMYK
RGB Variations
Color information
#CE89DF (or 0xCE89DF) is known color: Wisteria. HEX triplet: CE, 89 and DF. RGB value is (206,137,223). Sum of RGB (Red+Green+Blue) = 206+137+223=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89DF is #317620. Grayscale: #A7A7A7. Windows color (decimal): -3241505 or 14649806. OLE color: 14649806.
HSL color Cylindrical-coordinate representation of color #CE89DF: hue angle of 288.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE89DF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 137 | 223 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.13 |
| HSL | 288.14º | 0.57% | 0.71% | - |
| HSV(B) | 288.14º | 0.39% | 0.87% | - |
| XYZ | 47.72 | 36.34 | 74.31 | - |
| YUV | 167.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 223 | 0.08 | 0.39 | 0 | 0.13 | 288.14 | 0.57 | 0.71 |
| Hex | CE | 89 | DF | 8 | 27 | 0 | D | 120 | 39 | 47 |
| Octal | 316 | 211 | 337 | 10 | 47 | 0 | 15 | 440 | 71 | 107 |
| Binary | 11001110 | 10001001 | 11011111 | 1000 | 100111 | 0 | 1101 | 100100000 | 111001 | 1000111 |
Color Harmonies of #CE89DF
Complementary color
Monochromatic Colors of #CE89DF
Black with #CE89DF
Text Example
Text Example
White with #CE89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE89DF; }
p { color: rgb(206,137,223); }
H1.HeaderClassName
{
color: #CE89DF;
}
.AnyTagClassName
{
color: #CE89DF;
}
</style>
background-color css
<style>
a { background-color: #CE89DF; }
a { background-color: rgb(206,137,223); }
div.DivClassName
{
background-color: #CE89DF;
}
.BgClassName
{
background-color: #CE89DF;
}
</style>
border-color css
<style>
span { border-color: #CE89DF; }
span { border-color: rgb(206,137,223); }
td.TdClassName
{
border-color: #CE89DF;
}
.TagClassName
{
border-color: #CE89DF;
}
</style>