Shades of Wisteria #CE90EE
Tints of Wisteria #CE90EE
RGB
CMYK
RGB Variations
Color information
#CE90EE (or 0xCE90EE) is known color: Wisteria. HEX triplet: CE, 90 and EE. RGB value is (206,144,238). Sum of RGB (Red+Green+Blue) = 206+144+238=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90EE is #316F11. Grayscale: #ACACAC. Windows color (decimal): -3239698 or 15634638. OLE color: 15634638.
HSL color Cylindrical-coordinate representation of color #CE90EE: hue angle of 279.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE90EE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 144 | 238 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.07 |
| HSL | 279.57º | 0.73% | 0.75% | - |
| HSV(B) | 279.57º | 0.39% | 0.93% | - |
| XYZ | 50.86 | 39.24 | 85.78 | - |
| YUV | 173.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 238 | 0.13 | 0.39 | 0 | 0.07 | 279.57 | 0.73 | 0.75 |
| Hex | CE | 90 | EE | D | 27 | 0 | 7 | 118 | 49 | 4B |
| Octal | 316 | 220 | 356 | 15 | 47 | 0 | 7 | 430 | 111 | 113 |
| Binary | 11001110 | 10010000 | 11101110 | 1101 | 100111 | 0 | 111 | 100011000 | 1001001 | 1001011 |
Color Harmonies of #CE90EE
Complementary color
Monochromatic Colors of #CE90EE
Black with #CE90EE
Text Example
Text Example
White with #CE90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90EE; }
p { color: rgb(206,144,238); }
H1.HeaderClassName
{
color: #CE90EE;
}
.AnyTagClassName
{
color: #CE90EE;
}
</style>
background-color css
<style>
a { background-color: #CE90EE; }
a { background-color: rgb(206,144,238); }
div.DivClassName
{
background-color: #CE90EE;
}
.BgClassName
{
background-color: #CE90EE;
}
</style>
border-color css
<style>
span { border-color: #CE90EE; }
span { border-color: rgb(206,144,238); }
td.TdClassName
{
border-color: #CE90EE;
}
.TagClassName
{
border-color: #CE90EE;
}
</style>