Shades of Wisteria #CE9AD6
Tints of Wisteria #CE9AD6
RGB
CMYK
RGB Variations
Color information
#CE9AD6 (or 0xCE9AD6) is known color: Wisteria. HEX triplet: CE, 9A and D6. RGB value is (206,154,214). Sum of RGB (Red+Green+Blue) = 206+154+214=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD6 is #316529. Grayscale: #B0B0B0. Windows color (decimal): -3237162 or 14064334. OLE color: 14064334.
HSL color Cylindrical-coordinate representation of color #CE9AD6: hue angle of 292º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9AD6 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 154 | 214 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.16 |
| HSL | 292º | 0.42% | 0.72% | - |
| HSV(B) | 292º | 0.28% | 0.84% | - |
| XYZ | 49.15 | 41.09 | 68.96 | - |
| YUV | 176.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 214 | 0.04 | 0.28 | 0 | 0.16 | 292 | 0.42 | 0.72 |
| Hex | CE | 9A | D6 | 4 | 1C | 0 | 10 | 124 | 2A | 48 |
| Octal | 316 | 232 | 326 | 4 | 34 | 0 | 20 | 444 | 52 | 110 |
| Binary | 11001110 | 10011010 | 11010110 | 100 | 11100 | 0 | 10000 | 100100100 | 101010 | 1001000 |
Color Harmonies of #CE9AD6
Complementary color
Monochromatic Colors of #CE9AD6
Black with #CE9AD6
Text Example
Text Example
White with #CE9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AD6; }
p { color: rgb(206,154,214); }
H1.HeaderClassName
{
color: #CE9AD6;
}
.AnyTagClassName
{
color: #CE9AD6;
}
</style>
background-color css
<style>
a { background-color: #CE9AD6; }
a { background-color: rgb(206,154,214); }
div.DivClassName
{
background-color: #CE9AD6;
}
.BgClassName
{
background-color: #CE9AD6;
}
</style>
border-color css
<style>
span { border-color: #CE9AD6; }
span { border-color: rgb(206,154,214); }
td.TdClassName
{
border-color: #CE9AD6;
}
.TagClassName
{
border-color: #CE9AD6;
}
</style>