Shades of Wisteria #CE90E5
Tints of Wisteria #CE90E5
RGB
CMYK
RGB Variations
Color information
#CE90E5 (or 0xCE90E5) is known color: Wisteria. HEX triplet: CE, 90 and E5. RGB value is (206,144,229). Sum of RGB (Red+Green+Blue) = 206+144+229=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90E5 is #316F1A. Grayscale: #ABABAB. Windows color (decimal): -3239707 or 15044814. OLE color: 15044814.
HSL color Cylindrical-coordinate representation of color #CE90E5: hue angle of 283.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE90E5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 144 | 229 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.10 |
| HSL | 283.76º | 0.62% | 0.73% | - |
| HSV(B) | 283.76º | 0.37% | 0.9% | - |
| XYZ | 49.57 | 38.73 | 78.99 | - |
| YUV | 172.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 229 | 0.10 | 0.37 | 0 | 0.10 | 283.76 | 0.62 | 0.73 |
| Hex | CE | 90 | E5 | A | 25 | 0 | A | 11C | 3E | 49 |
| Octal | 316 | 220 | 345 | 12 | 45 | 0 | 12 | 434 | 76 | 111 |
| Binary | 11001110 | 10010000 | 11100101 | 1010 | 100101 | 0 | 1010 | 100011100 | 111110 | 1001001 |
Color Harmonies of #CE90E5
Complementary color
Monochromatic Colors of #CE90E5
Black with #CE90E5
Text Example
Text Example
White with #CE90E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90E5; }
p { color: rgb(206,144,229); }
H1.HeaderClassName
{
color: #CE90E5;
}
.AnyTagClassName
{
color: #CE90E5;
}
</style>
background-color css
<style>
a { background-color: #CE90E5; }
a { background-color: rgb(206,144,229); }
div.DivClassName
{
background-color: #CE90E5;
}
.BgClassName
{
background-color: #CE90E5;
}
</style>
border-color css
<style>
span { border-color: #CE90E5; }
span { border-color: rgb(206,144,229); }
td.TdClassName
{
border-color: #CE90E5;
}
.TagClassName
{
border-color: #CE90E5;
}
</style>