Shades of Wisteria #CE93F0
Tints of Wisteria #CE93F0
RGB
CMYK
RGB Variations
Color information
#CE93F0 (or 0xCE93F0) is known color: Wisteria. HEX triplet: CE, 93 and F0. RGB value is (206,147,240). Sum of RGB (Red+Green+Blue) = 206+147+240=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93F0 is #316C0F. Grayscale: #AEAEAE. Windows color (decimal): -3238928 or 15766478. OLE color: 15766478.
HSL color Cylindrical-coordinate representation of color #CE93F0: hue angle of 278.06º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE93F0 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 147 | 240 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.06 |
| HSL | 278.06º | 0.76% | 0.76% | - |
| HSV(B) | 278.06º | 0.39% | 0.94% | - |
| XYZ | 51.62 | 40.28 | 87.49 | - |
| YUV | 175.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 240 | 0.14 | 0.39 | 0 | 0.06 | 278.06 | 0.76 | 0.76 |
| Hex | CE | 93 | F0 | E | 27 | 0 | 6 | 116 | 4C | 4C |
| Octal | 316 | 223 | 360 | 16 | 47 | 0 | 6 | 426 | 114 | 114 |
| Binary | 11001110 | 10010011 | 11110000 | 1110 | 100111 | 0 | 110 | 100010110 | 1001100 | 1001100 |
Color Harmonies of #CE93F0
Complementary color
Monochromatic Colors of #CE93F0
Black with #CE93F0
Text Example
Text Example
White with #CE93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93F0; }
p { color: rgb(206,147,240); }
H1.HeaderClassName
{
color: #CE93F0;
}
.AnyTagClassName
{
color: #CE93F0;
}
</style>
background-color css
<style>
a { background-color: #CE93F0; }
a { background-color: rgb(206,147,240); }
div.DivClassName
{
background-color: #CE93F0;
}
.BgClassName
{
background-color: #CE93F0;
}
</style>
border-color css
<style>
span { border-color: #CE93F0; }
span { border-color: rgb(206,147,240); }
td.TdClassName
{
border-color: #CE93F0;
}
.TagClassName
{
border-color: #CE93F0;
}
</style>