Shades of Wisteria #CE9AD9
Tints of Wisteria #CE9AD9
RGB
CMYK
RGB Variations
Color information
#CE9AD9 (or 0xCE9AD9) is known color: Wisteria. HEX triplet: CE, 9A and D9. RGB value is (206,154,217). Sum of RGB (Red+Green+Blue) = 206+154+217=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD9 is #316526. Grayscale: #B0B0B0. Windows color (decimal): -3237159 or 14260942. OLE color: 14260942.
HSL color Cylindrical-coordinate representation of color #CE9AD9: hue angle of 289.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9AD9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 154 | 217 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.15 |
| HSL | 289.52º | 0.45% | 0.73% | - |
| HSV(B) | 289.52º | 0.29% | 0.85% | - |
| XYZ | 49.53 | 41.24 | 71 | - |
| YUV | 176.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 217 | 0.05 | 0.29 | 0 | 0.15 | 289.52 | 0.45 | 0.73 |
| Hex | CE | 9A | D9 | 5 | 1D | 0 | F | 122 | 2D | 49 |
| Octal | 316 | 232 | 331 | 5 | 35 | 0 | 17 | 442 | 55 | 111 |
| Binary | 11001110 | 10011010 | 11011001 | 101 | 11101 | 0 | 1111 | 100100010 | 101101 | 1001001 |
Color Harmonies of #CE9AD9
Complementary color
Monochromatic Colors of #CE9AD9
Black with #CE9AD9
Text Example
Text Example
White with #CE9AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AD9; }
p { color: rgb(206,154,217); }
H1.HeaderClassName
{
color: #CE9AD9;
}
.AnyTagClassName
{
color: #CE9AD9;
}
</style>
background-color css
<style>
a { background-color: #CE9AD9; }
a { background-color: rgb(206,154,217); }
div.DivClassName
{
background-color: #CE9AD9;
}
.BgClassName
{
background-color: #CE9AD9;
}
</style>
border-color css
<style>
span { border-color: #CE9AD9; }
span { border-color: rgb(206,154,217); }
td.TdClassName
{
border-color: #CE9AD9;
}
.TagClassName
{
border-color: #CE9AD9;
}
</style>