Shades of Wisteria #CE93DD
Tints of Wisteria #CE93DD
RGB
CMYK
RGB Variations
Color information
#CE93DD (or 0xCE93DD) is known color: Wisteria. HEX triplet: CE, 93 and DD. RGB value is (206,147,221). Sum of RGB (Red+Green+Blue) = 206+147+221=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DD is #316C22. Grayscale: #ACACAC. Windows color (decimal): -3238947 or 14521294. OLE color: 14521294.
HSL color Cylindrical-coordinate representation of color #CE93DD: hue angle of 287.84º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE93DD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 147 | 221 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.13 |
| HSL | 287.84º | 0.52% | 0.72% | - |
| HSV(B) | 287.84º | 0.33% | 0.87% | - |
| XYZ | 48.94 | 39.21 | 73.4 | - |
| YUV | 173.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 221 | 0.07 | 0.33 | 0 | 0.13 | 287.84 | 0.52 | 0.72 |
| Hex | CE | 93 | DD | 7 | 21 | 0 | D | 120 | 34 | 48 |
| Octal | 316 | 223 | 335 | 7 | 41 | 0 | 15 | 440 | 64 | 110 |
| Binary | 11001110 | 10010011 | 11011101 | 111 | 100001 | 0 | 1101 | 100100000 | 110100 | 1001000 |
Color Harmonies of #CE93DD
Complementary color
Monochromatic Colors of #CE93DD
Black with #CE93DD
Text Example
Text Example
White with #CE93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93DD; }
p { color: rgb(206,147,221); }
H1.HeaderClassName
{
color: #CE93DD;
}
.AnyTagClassName
{
color: #CE93DD;
}
</style>
background-color css
<style>
a { background-color: #CE93DD; }
a { background-color: rgb(206,147,221); }
div.DivClassName
{
background-color: #CE93DD;
}
.BgClassName
{
background-color: #CE93DD;
}
</style>
border-color css
<style>
span { border-color: #CE93DD; }
span { border-color: rgb(206,147,221); }
td.TdClassName
{
border-color: #CE93DD;
}
.TagClassName
{
border-color: #CE93DD;
}
</style>