Shades of Wisteria #CE93DF
Tints of Wisteria #CE93DF
RGB
CMYK
RGB Variations
Color information
#CE93DF (or 0xCE93DF) is known color: Wisteria. HEX triplet: CE, 93 and DF. RGB value is (206,147,223). Sum of RGB (Red+Green+Blue) = 206+147+223=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DF is #316C20. Grayscale: #ADADAD. Windows color (decimal): -3238945 or 14652366. OLE color: 14652366.
HSL color Cylindrical-coordinate representation of color #CE93DF: hue angle of 286.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE93DF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 147 | 223 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.13 |
| HSL | 286.58º | 0.54% | 0.73% | - |
| HSV(B) | 286.58º | 0.34% | 0.87% | - |
| XYZ | 49.21 | 39.32 | 74.81 | - |
| YUV | 173.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 223 | 0.08 | 0.34 | 0 | 0.13 | 286.58 | 0.54 | 0.73 |
| Hex | CE | 93 | DF | 8 | 22 | 0 | D | 11F | 36 | 49 |
| Octal | 316 | 223 | 337 | 10 | 42 | 0 | 15 | 437 | 66 | 111 |
| Binary | 11001110 | 10010011 | 11011111 | 1000 | 100010 | 0 | 1101 | 100011111 | 110110 | 1001001 |
Color Harmonies of #CE93DF
Complementary color
Monochromatic Colors of #CE93DF
Black with #CE93DF
Text Example
Text Example
White with #CE93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93DF; }
p { color: rgb(206,147,223); }
H1.HeaderClassName
{
color: #CE93DF;
}
.AnyTagClassName
{
color: #CE93DF;
}
</style>
background-color css
<style>
a { background-color: #CE93DF; }
a { background-color: rgb(206,147,223); }
div.DivClassName
{
background-color: #CE93DF;
}
.BgClassName
{
background-color: #CE93DF;
}
</style>
border-color css
<style>
span { border-color: #CE93DF; }
span { border-color: rgb(206,147,223); }
td.TdClassName
{
border-color: #CE93DF;
}
.TagClassName
{
border-color: #CE93DF;
}
</style>