Shades of Wisteria #CE8DD9
Tints of Wisteria #CE8DD9
RGB
CMYK
RGB Variations
Color information
#CE8DD9 (or 0xCE8DD9) is known color: Wisteria. HEX triplet: CE, 8D and D9. RGB value is (206,141,217). Sum of RGB (Red+Green+Blue) = 206+141+217=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DD9 is #317226. Grayscale: #A8A8A8. Windows color (decimal): -3240487 or 14257614. OLE color: 14257614.
HSL color Cylindrical-coordinate representation of color #CE8DD9: hue angle of 291.32º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8DD9 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 141 | 217 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.15 |
| HSL | 291.32º | 0.5% | 0.7% | - |
| HSV(B) | 291.32º | 0.35% | 0.85% | - |
| XYZ | 47.5 | 37.18 | 70.32 | - |
| YUV | 169.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 217 | 0.05 | 0.35 | 0 | 0.15 | 291.32 | 0.5 | 0.7 |
| Hex | CE | 8D | D9 | 5 | 23 | 0 | F | 123 | 32 | 46 |
| Octal | 316 | 215 | 331 | 5 | 43 | 0 | 17 | 443 | 62 | 106 |
| Binary | 11001110 | 10001101 | 11011001 | 101 | 100011 | 0 | 1111 | 100100011 | 110010 | 1000110 |
Color Harmonies of #CE8DD9
Complementary color
Monochromatic Colors of #CE8DD9
Black with #CE8DD9
Text Example
Text Example
White with #CE8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DD9; }
p { color: rgb(206,141,217); }
H1.HeaderClassName
{
color: #CE8DD9;
}
.AnyTagClassName
{
color: #CE8DD9;
}
</style>
background-color css
<style>
a { background-color: #CE8DD9; }
a { background-color: rgb(206,141,217); }
div.DivClassName
{
background-color: #CE8DD9;
}
.BgClassName
{
background-color: #CE8DD9;
}
</style>
border-color css
<style>
span { border-color: #CE8DD9; }
span { border-color: rgb(206,141,217); }
td.TdClassName
{
border-color: #CE8DD9;
}
.TagClassName
{
border-color: #CE8DD9;
}
</style>