Shades of Wisteria #CE93D9
Tints of Wisteria #CE93D9
RGB
CMYK
RGB Variations
Color information
#CE93D9 (or 0xCE93D9) is known color: Wisteria. HEX triplet: CE, 93 and D9. RGB value is (206,147,217). Sum of RGB (Red+Green+Blue) = 206+147+217=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93D9 is #316C26. Grayscale: #ACACAC. Windows color (decimal): -3238951 or 14259150. OLE color: 14259150.
HSL color Cylindrical-coordinate representation of color #CE93D9: hue angle of 290.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE93D9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 147 | 217 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.15 |
| HSL | 290.57º | 0.48% | 0.71% | - |
| HSV(B) | 290.57º | 0.32% | 0.85% | - |
| XYZ | 48.41 | 39 | 70.62 | - |
| YUV | 172.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 217 | 0.05 | 0.32 | 0 | 0.15 | 290.57 | 0.48 | 0.71 |
| Hex | CE | 93 | D9 | 5 | 20 | 0 | F | 123 | 30 | 47 |
| Octal | 316 | 223 | 331 | 5 | 40 | 0 | 17 | 443 | 60 | 107 |
| Binary | 11001110 | 10010011 | 11011001 | 101 | 100000 | 0 | 1111 | 100100011 | 110000 | 1000111 |
Color Harmonies of #CE93D9
Complementary color
Monochromatic Colors of #CE93D9
Black with #CE93D9
Text Example
Text Example
White with #CE93D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93D9; }
p { color: rgb(206,147,217); }
H1.HeaderClassName
{
color: #CE93D9;
}
.AnyTagClassName
{
color: #CE93D9;
}
</style>
background-color css
<style>
a { background-color: #CE93D9; }
a { background-color: rgb(206,147,217); }
div.DivClassName
{
background-color: #CE93D9;
}
.BgClassName
{
background-color: #CE93D9;
}
</style>
border-color css
<style>
span { border-color: #CE93D9; }
span { border-color: rgb(206,147,217); }
td.TdClassName
{
border-color: #CE93D9;
}
.TagClassName
{
border-color: #CE93D9;
}
</style>