Shades of Wisteria #CE93F5
Tints of Wisteria #CE93F5
RGB
CMYK
RGB Variations
Color information
#CE93F5 (or 0xCE93F5) is known color: Wisteria. HEX triplet: CE, 93 and F5. RGB value is (206,147,245). Sum of RGB (Red+Green+Blue) = 206+147+245=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE93F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93F5 is #316C0A. Grayscale: #AFAFAF. Windows color (decimal): -3238923 or 16094158. OLE color: 16094158.
HSL color Cylindrical-coordinate representation of color #CE93F5: hue angle of 276.12º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE93F5 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 147 | 245 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.04 |
| HSL | 276.12º | 0.83% | 0.77% | - |
| HSV(B) | 276.12º | 0.4% | 0.96% | - |
| XYZ | 52.37 | 40.58 | 91.46 | - |
| YUV | 175.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 245 | 0.16 | 0.4 | 0 | 0.04 | 276.12 | 0.83 | 0.77 |
| Hex | CE | 93 | F5 | 10 | 28 | 0 | 4 | 114 | 53 | 4D |
| Octal | 316 | 223 | 365 | 20 | 50 | 0 | 4 | 424 | 123 | 115 |
| Binary | 11001110 | 10010011 | 11110101 | 10000 | 101000 | 0 | 100 | 100010100 | 1010011 | 1001101 |
Color Harmonies of #CE93F5
Complementary color
Monochromatic Colors of #CE93F5
Black with #CE93F5
Text Example
Text Example
White with #CE93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93F5; }
p { color: rgb(206,147,245); }
H1.HeaderClassName
{
color: #CE93F5;
}
.AnyTagClassName
{
color: #CE93F5;
}
</style>
background-color css
<style>
a { background-color: #CE93F5; }
a { background-color: rgb(206,147,245); }
div.DivClassName
{
background-color: #CE93F5;
}
.BgClassName
{
background-color: #CE93F5;
}
</style>
border-color css
<style>
span { border-color: #CE93F5; }
span { border-color: rgb(206,147,245); }
td.TdClassName
{
border-color: #CE93F5;
}
.TagClassName
{
border-color: #CE93F5;
}
</style>