Shades of Wisteria #CE93FA
Tints of Wisteria #CE93FA
RGB
CMYK
RGB Variations
Color information
#CE93FA (or 0xCE93FA) is known color: Wisteria. HEX triplet: CE, 93 and FA. RGB value is (206,147,250). Sum of RGB (Red+Green+Blue) = 206+147+250=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93FA is #316C05. Grayscale: #B0B0B0. Windows color (decimal): -3238918 or 16421838. OLE color: 16421838.
HSL color Cylindrical-coordinate representation of color #CE93FA: hue angle of 274.37º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE93FA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 147 | 250 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.02 |
| HSL | 274.37º | 0.91% | 0.78% | - |
| HSV(B) | 274.37º | 0.41% | 0.98% | - |
| XYZ | 53.14 | 40.89 | 95.53 | - |
| YUV | 176.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 250 | 0.18 | 0.41 | 0 | 0.02 | 274.37 | 0.91 | 0.78 |
| Hex | CE | 93 | FA | 12 | 29 | 0 | 2 | 112 | 5B | 4E |
| Octal | 316 | 223 | 372 | 22 | 51 | 0 | 2 | 422 | 133 | 116 |
| Binary | 11001110 | 10010011 | 11111010 | 10010 | 101001 | 0 | 10 | 100010010 | 1011011 | 1001110 |
Color Harmonies of #CE93FA
Complementary color
Monochromatic Colors of #CE93FA
Black with #CE93FA
Text Example
Text Example
White with #CE93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93FA; }
p { color: rgb(206,147,250); }
H1.HeaderClassName
{
color: #CE93FA;
}
.AnyTagClassName
{
color: #CE93FA;
}
</style>
background-color css
<style>
a { background-color: #CE93FA; }
a { background-color: rgb(206,147,250); }
div.DivClassName
{
background-color: #CE93FA;
}
.BgClassName
{
background-color: #CE93FA;
}
</style>
border-color css
<style>
span { border-color: #CE93FA; }
span { border-color: rgb(206,147,250); }
td.TdClassName
{
border-color: #CE93FA;
}
.TagClassName
{
border-color: #CE93FA;
}
</style>