Shades of Wisteria #CE93E4
Tints of Wisteria #CE93E4
RGB
CMYK
RGB Variations
Color information
#CE93E4 (or 0xCE93E4) is known color: Wisteria. HEX triplet: CE, 93 and E4. RGB value is (206,147,228). Sum of RGB (Red+Green+Blue) = 206+147+228=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE93E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93E4 is #316C1B. Grayscale: #ADADAD. Windows color (decimal): -3238940 or 14980046. OLE color: 14980046.
HSL color Cylindrical-coordinate representation of color #CE93E4: hue angle of 283.7º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE93E4 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 147 | 228 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.11 |
| HSL | 283.7º | 0.6% | 0.74% | - |
| HSV(B) | 283.7º | 0.36% | 0.89% | - |
| XYZ | 49.89 | 39.59 | 78.41 | - |
| YUV | 173.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 228 | 0.10 | 0.36 | 0 | 0.11 | 283.7 | 0.6 | 0.74 |
| Hex | CE | 93 | E4 | A | 24 | 0 | B | 11C | 3C | 4A |
| Octal | 316 | 223 | 344 | 12 | 44 | 0 | 13 | 434 | 74 | 112 |
| Binary | 11001110 | 10010011 | 11100100 | 1010 | 100100 | 0 | 1011 | 100011100 | 111100 | 1001010 |
Color Harmonies of #CE93E4
Complementary color
Monochromatic Colors of #CE93E4
Black with #CE93E4
Text Example
Text Example
White with #CE93E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93E4; }
p { color: rgb(206,147,228); }
H1.HeaderClassName
{
color: #CE93E4;
}
.AnyTagClassName
{
color: #CE93E4;
}
</style>
background-color css
<style>
a { background-color: #CE93E4; }
a { background-color: rgb(206,147,228); }
div.DivClassName
{
background-color: #CE93E4;
}
.BgClassName
{
background-color: #CE93E4;
}
</style>
border-color css
<style>
span { border-color: #CE93E4; }
span { border-color: rgb(206,147,228); }
td.TdClassName
{
border-color: #CE93E4;
}
.TagClassName
{
border-color: #CE93E4;
}
</style>