Shades of Wisteria #CE90EB
Tints of Wisteria #CE90EB
RGB
CMYK
RGB Variations
Color information
#CE90EB (or 0xCE90EB) is known color: Wisteria. HEX triplet: CE, 90 and EB. RGB value is (206,144,235). Sum of RGB (Red+Green+Blue) = 206+144+235=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90EB is #316F14. Grayscale: #ACACAC. Windows color (decimal): -3239701 or 15438030. OLE color: 15438030.
HSL color Cylindrical-coordinate representation of color #CE90EB: hue angle of 280.88º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE90EB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 144 | 235 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.08 |
| HSL | 280.88º | 0.69% | 0.74% | - |
| HSV(B) | 280.88º | 0.39% | 0.92% | - |
| XYZ | 50.42 | 39.07 | 83.48 | - |
| YUV | 172.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 235 | 0.12 | 0.39 | 0 | 0.08 | 280.88 | 0.69 | 0.74 |
| Hex | CE | 90 | EB | C | 27 | 0 | 8 | 119 | 45 | 4A |
| Octal | 316 | 220 | 353 | 14 | 47 | 0 | 10 | 431 | 105 | 112 |
| Binary | 11001110 | 10010000 | 11101011 | 1100 | 100111 | 0 | 1000 | 100011001 | 1000101 | 1001010 |
Color Harmonies of #CE90EB
Complementary color
Monochromatic Colors of #CE90EB
Black with #CE90EB
Text Example
Text Example
White with #CE90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90EB; }
p { color: rgb(206,144,235); }
H1.HeaderClassName
{
color: #CE90EB;
}
.AnyTagClassName
{
color: #CE90EB;
}
</style>
background-color css
<style>
a { background-color: #CE90EB; }
a { background-color: rgb(206,144,235); }
div.DivClassName
{
background-color: #CE90EB;
}
.BgClassName
{
background-color: #CE90EB;
}
</style>
border-color css
<style>
span { border-color: #CE90EB; }
span { border-color: rgb(206,144,235); }
td.TdClassName
{
border-color: #CE90EB;
}
.TagClassName
{
border-color: #CE90EB;
}
</style>