Shades of Wisteria #CE93DC
Tints of Wisteria #CE93DC
RGB
CMYK
RGB Variations
Color information
#CE93DC (or 0xCE93DC) is known color: Wisteria. HEX triplet: CE, 93 and DC. RGB value is (206,147,220). Sum of RGB (Red+Green+Blue) = 206+147+220=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DC is #316C23. Grayscale: #ACACAC. Windows color (decimal): -3238948 or 14455758. OLE color: 14455758.
HSL color Cylindrical-coordinate representation of color #CE93DC: hue angle of 288.49º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE93DC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 147 | 220 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.14 |
| HSL | 288.49º | 0.51% | 0.72% | - |
| HSV(B) | 288.49º | 0.33% | 0.86% | - |
| XYZ | 48.81 | 39.16 | 72.7 | - |
| YUV | 172.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 220 | 0.06 | 0.33 | 0 | 0.14 | 288.49 | 0.51 | 0.72 |
| Hex | CE | 93 | DC | 6 | 21 | 0 | E | 120 | 33 | 48 |
| Octal | 316 | 223 | 334 | 6 | 41 | 0 | 16 | 440 | 63 | 110 |
| Binary | 11001110 | 10010011 | 11011100 | 110 | 100001 | 0 | 1110 | 100100000 | 110011 | 1001000 |
Color Harmonies of #CE93DC
Complementary color
Monochromatic Colors of #CE93DC
Black with #CE93DC
Text Example
Text Example
White with #CE93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93DC; }
p { color: rgb(206,147,220); }
H1.HeaderClassName
{
color: #CE93DC;
}
.AnyTagClassName
{
color: #CE93DC;
}
</style>
background-color css
<style>
a { background-color: #CE93DC; }
a { background-color: rgb(206,147,220); }
div.DivClassName
{
background-color: #CE93DC;
}
.BgClassName
{
background-color: #CE93DC;
}
</style>
border-color css
<style>
span { border-color: #CE93DC; }
span { border-color: rgb(206,147,220); }
td.TdClassName
{
border-color: #CE93DC;
}
.TagClassName
{
border-color: #CE93DC;
}
</style>