Shades of Wisteria #CE9DD9
Tints of Wisteria #CE9DD9
RGB
CMYK
RGB Variations
Color information
#CE9DD9 (or 0xCE9DD9) is known color: Wisteria. HEX triplet: CE, 9D and D9. RGB value is (206,157,217). Sum of RGB (Red+Green+Blue) = 206+157+217=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD9 is #316226. Grayscale: #B2B2B2. Windows color (decimal): -3236391 or 14261710. OLE color: 14261710.
HSL color Cylindrical-coordinate representation of color #CE9DD9: hue angle of 289º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9DD9 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 157 | 217 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.15 |
| HSL | 289º | 0.44% | 0.73% | - |
| HSV(B) | 289º | 0.28% | 0.85% | - |
| XYZ | 50.03 | 42.25 | 71.16 | - |
| YUV | 178.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 217 | 0.05 | 0.28 | 0 | 0.15 | 289 | 0.44 | 0.73 |
| Hex | CE | 9D | D9 | 5 | 1C | 0 | F | 121 | 2C | 49 |
| Octal | 316 | 235 | 331 | 5 | 34 | 0 | 17 | 441 | 54 | 111 |
| Binary | 11001110 | 10011101 | 11011001 | 101 | 11100 | 0 | 1111 | 100100001 | 101100 | 1001001 |
Color Harmonies of #CE9DD9
Complementary color
Monochromatic Colors of #CE9DD9
Black with #CE9DD9
Text Example
Text Example
White with #CE9DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DD9; }
p { color: rgb(206,157,217); }
H1.HeaderClassName
{
color: #CE9DD9;
}
.AnyTagClassName
{
color: #CE9DD9;
}
</style>
background-color css
<style>
a { background-color: #CE9DD9; }
a { background-color: rgb(206,157,217); }
div.DivClassName
{
background-color: #CE9DD9;
}
.BgClassName
{
background-color: #CE9DD9;
}
</style>
border-color css
<style>
span { border-color: #CE9DD9; }
span { border-color: rgb(206,157,217); }
td.TdClassName
{
border-color: #CE9DD9;
}
.TagClassName
{
border-color: #CE9DD9;
}
</style>