Shades of Wisteria #CE92EC
Tints of Wisteria #CE92EC
RGB
CMYK
RGB Variations
Color information
#CE92EC (or 0xCE92EC) is known color: Wisteria. HEX triplet: CE, 92 and EC. RGB value is (206,146,236). Sum of RGB (Red+Green+Blue) = 206+146+236=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92EC is #316D13. Grayscale: #ADADAD. Windows color (decimal): -3239188 or 15504078. OLE color: 15504078.
HSL color Cylindrical-coordinate representation of color #CE92EC: hue angle of 280º degrees, saturation: 0.7, 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 #CE92EC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 146 | 236 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.07 |
| HSL | 280º | 0.7% | 0.75% | - |
| HSV(B) | 280º | 0.38% | 0.93% | - |
| XYZ | 50.87 | 39.74 | 84.35 | - |
| YUV | 174.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 236 | 0.13 | 0.38 | 0 | 0.07 | 280 | 0.7 | 0.75 |
| Hex | CE | 92 | EC | D | 26 | 0 | 7 | 118 | 46 | 4B |
| Octal | 316 | 222 | 354 | 15 | 46 | 0 | 7 | 430 | 106 | 113 |
| Binary | 11001110 | 10010010 | 11101100 | 1101 | 100110 | 0 | 111 | 100011000 | 1000110 | 1001011 |
Color Harmonies of #CE92EC
Complementary color
Monochromatic Colors of #CE92EC
Black with #CE92EC
Text Example
Text Example
White with #CE92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92EC; }
p { color: rgb(206,146,236); }
H1.HeaderClassName
{
color: #CE92EC;
}
.AnyTagClassName
{
color: #CE92EC;
}
</style>
background-color css
<style>
a { background-color: #CE92EC; }
a { background-color: rgb(206,146,236); }
div.DivClassName
{
background-color: #CE92EC;
}
.BgClassName
{
background-color: #CE92EC;
}
</style>
border-color css
<style>
span { border-color: #CE92EC; }
span { border-color: rgb(206,146,236); }
td.TdClassName
{
border-color: #CE92EC;
}
.TagClassName
{
border-color: #CE92EC;
}
</style>