Shades of Wisteria #CE91E4
Tints of Wisteria #CE91E4
RGB
CMYK
RGB Variations
Color information
#CE91E4 (or 0xCE91E4) is known color: Wisteria. HEX triplet: CE, 91 and E4. RGB value is (206,145,228). Sum of RGB (Red+Green+Blue) = 206+145+228=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE91E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91E4 is #316E1B. Grayscale: #ACACAC. Windows color (decimal): -3239452 or 14979534. OLE color: 14979534.
HSL color Cylindrical-coordinate representation of color #CE91E4: hue angle of 284.1º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE91E4 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 145 | 228 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.11 |
| HSL | 284.1º | 0.61% | 0.73% | - |
| HSV(B) | 284.1º | 0.36% | 0.89% | - |
| XYZ | 49.58 | 38.97 | 78.31 | - |
| YUV | 172.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 228 | 0.10 | 0.36 | 0 | 0.11 | 284.1 | 0.61 | 0.73 |
| Hex | CE | 91 | E4 | A | 24 | 0 | B | 11C | 3D | 49 |
| Octal | 316 | 221 | 344 | 12 | 44 | 0 | 13 | 434 | 75 | 111 |
| Binary | 11001110 | 10010001 | 11100100 | 1010 | 100100 | 0 | 1011 | 100011100 | 111101 | 1001001 |
Color Harmonies of #CE91E4
Complementary color
Monochromatic Colors of #CE91E4
Black with #CE91E4
Text Example
Text Example
White with #CE91E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE91E4; }
p { color: rgb(206,145,228); }
H1.HeaderClassName
{
color: #CE91E4;
}
.AnyTagClassName
{
color: #CE91E4;
}
</style>
background-color css
<style>
a { background-color: #CE91E4; }
a { background-color: rgb(206,145,228); }
div.DivClassName
{
background-color: #CE91E4;
}
.BgClassName
{
background-color: #CE91E4;
}
</style>
border-color css
<style>
span { border-color: #CE91E4; }
span { border-color: rgb(206,145,228); }
td.TdClassName
{
border-color: #CE91E4;
}
.TagClassName
{
border-color: #CE91E4;
}
</style>