Shades of Wisteria #CE9AD7
Tints of Wisteria #CE9AD7
RGB
CMYK
RGB Variations
Color information
#CE9AD7 (or 0xCE9AD7) is known color: Wisteria. HEX triplet: CE, 9A and D7. RGB value is (206,154,215). Sum of RGB (Red+Green+Blue) = 206+154+215=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD7 is #316528. Grayscale: #B0B0B0. Windows color (decimal): -3237161 or 14129870. OLE color: 14129870.
HSL color Cylindrical-coordinate representation of color #CE9AD7: hue angle of 291.15º degrees, saturation: 0.43, 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 #CE9AD7 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 154 | 215 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.16 |
| HSL | 291.15º | 0.43% | 0.72% | - |
| HSV(B) | 291.15º | 0.28% | 0.84% | - |
| XYZ | 49.27 | 41.14 | 69.63 | - |
| YUV | 176.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 215 | 0.04 | 0.28 | 0 | 0.16 | 291.15 | 0.43 | 0.72 |
| Hex | CE | 9A | D7 | 4 | 1C | 0 | 10 | 123 | 2B | 48 |
| Octal | 316 | 232 | 327 | 4 | 34 | 0 | 20 | 443 | 53 | 110 |
| Binary | 11001110 | 10011010 | 11010111 | 100 | 11100 | 0 | 10000 | 100100011 | 101011 | 1001000 |
Color Harmonies of #CE9AD7
Complementary color
Monochromatic Colors of #CE9AD7
Black with #CE9AD7
Text Example
Text Example
White with #CE9AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AD7; }
p { color: rgb(206,154,215); }
H1.HeaderClassName
{
color: #CE9AD7;
}
.AnyTagClassName
{
color: #CE9AD7;
}
</style>
background-color css
<style>
a { background-color: #CE9AD7; }
a { background-color: rgb(206,154,215); }
div.DivClassName
{
background-color: #CE9AD7;
}
.BgClassName
{
background-color: #CE9AD7;
}
</style>
border-color css
<style>
span { border-color: #CE9AD7; }
span { border-color: rgb(206,154,215); }
td.TdClassName
{
border-color: #CE9AD7;
}
.TagClassName
{
border-color: #CE9AD7;
}
</style>