Shades of Wisteria #CE93EE
Tints of Wisteria #CE93EE
RGB
CMYK
RGB Variations
Color information
#CE93EE (or 0xCE93EE) is known color: Wisteria. HEX triplet: CE, 93 and EE. RGB value is (206,147,238). Sum of RGB (Red+Green+Blue) = 206+147+238=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93EE is #316C11. Grayscale: #AEAEAE. Windows color (decimal): -3238930 or 15635406. OLE color: 15635406.
HSL color Cylindrical-coordinate representation of color #CE93EE: hue angle of 278.9º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE93EE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 147 | 238 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.07 |
| HSL | 278.9º | 0.73% | 0.75% | - |
| HSV(B) | 278.9º | 0.38% | 0.93% | - |
| XYZ | 51.32 | 40.16 | 85.94 | - |
| YUV | 175.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 238 | 0.13 | 0.38 | 0 | 0.07 | 278.9 | 0.73 | 0.75 |
| Hex | CE | 93 | EE | D | 26 | 0 | 7 | 117 | 49 | 4B |
| Octal | 316 | 223 | 356 | 15 | 46 | 0 | 7 | 427 | 111 | 113 |
| Binary | 11001110 | 10010011 | 11101110 | 1101 | 100110 | 0 | 111 | 100010111 | 1001001 | 1001011 |
Color Harmonies of #CE93EE
Complementary color
Monochromatic Colors of #CE93EE
Black with #CE93EE
Text Example
Text Example
White with #CE93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93EE; }
p { color: rgb(206,147,238); }
H1.HeaderClassName
{
color: #CE93EE;
}
.AnyTagClassName
{
color: #CE93EE;
}
</style>
background-color css
<style>
a { background-color: #CE93EE; }
a { background-color: rgb(206,147,238); }
div.DivClassName
{
background-color: #CE93EE;
}
.BgClassName
{
background-color: #CE93EE;
}
</style>
border-color css
<style>
span { border-color: #CE93EE; }
span { border-color: rgb(206,147,238); }
td.TdClassName
{
border-color: #CE93EE;
}
.TagClassName
{
border-color: #CE93EE;
}
</style>