Shades of Wisteria #CE93EA
Tints of Wisteria #CE93EA
RGB
CMYK
RGB Variations
Color information
#CE93EA (or 0xCE93EA) is known color: Wisteria. HEX triplet: CE, 93 and EA. RGB value is (206,147,234). Sum of RGB (Red+Green+Blue) = 206+147+234=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93EA is #316C15. Grayscale: #AEAEAE. Windows color (decimal): -3238934 or 15373262. OLE color: 15373262.
HSL color Cylindrical-coordinate representation of color #CE93EA: hue angle of 280.69º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE93EA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 147 | 234 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.08 |
| HSL | 280.69º | 0.67% | 0.75% | - |
| HSV(B) | 280.69º | 0.37% | 0.92% | - |
| XYZ | 50.74 | 39.93 | 82.87 | - |
| YUV | 174.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 234 | 0.12 | 0.37 | 0 | 0.08 | 280.69 | 0.67 | 0.75 |
| Hex | CE | 93 | EA | C | 25 | 0 | 8 | 119 | 43 | 4B |
| Octal | 316 | 223 | 352 | 14 | 45 | 0 | 10 | 431 | 103 | 113 |
| Binary | 11001110 | 10010011 | 11101010 | 1100 | 100101 | 0 | 1000 | 100011001 | 1000011 | 1001011 |
Color Harmonies of #CE93EA
Complementary color
Monochromatic Colors of #CE93EA
Black with #CE93EA
Text Example
Text Example
White with #CE93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93EA; }
p { color: rgb(206,147,234); }
H1.HeaderClassName
{
color: #CE93EA;
}
.AnyTagClassName
{
color: #CE93EA;
}
</style>
background-color css
<style>
a { background-color: #CE93EA; }
a { background-color: rgb(206,147,234); }
div.DivClassName
{
background-color: #CE93EA;
}
.BgClassName
{
background-color: #CE93EA;
}
</style>
border-color css
<style>
span { border-color: #CE93EA; }
span { border-color: rgb(206,147,234); }
td.TdClassName
{
border-color: #CE93EA;
}
.TagClassName
{
border-color: #CE93EA;
}
</style>