Shades of Wisteria #CE90E8
Tints of Wisteria #CE90E8
RGB
CMYK
RGB Variations
Color information
#CE90E8 (or 0xCE90E8) is known color: Wisteria. HEX triplet: CE, 90 and E8. RGB value is (206,144,232). Sum of RGB (Red+Green+Blue) = 206+144+232=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE90E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90E8 is #316F17. Grayscale: #ACACAC. Windows color (decimal): -3239704 or 15241422. OLE color: 15241422.
HSL color Cylindrical-coordinate representation of color #CE90E8: hue angle of 282.27º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE90E8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 144 | 232 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.09 |
| HSL | 282.27º | 0.66% | 0.74% | - |
| HSV(B) | 282.27º | 0.38% | 0.91% | - |
| XYZ | 49.99 | 38.89 | 81.22 | - |
| YUV | 172.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 232 | 0.11 | 0.38 | 0 | 0.09 | 282.27 | 0.66 | 0.74 |
| Hex | CE | 90 | E8 | B | 26 | 0 | 9 | 11A | 42 | 4A |
| Octal | 316 | 220 | 350 | 13 | 46 | 0 | 11 | 432 | 102 | 112 |
| Binary | 11001110 | 10010000 | 11101000 | 1011 | 100110 | 0 | 1001 | 100011010 | 1000010 | 1001010 |
Color Harmonies of #CE90E8
Complementary color
Monochromatic Colors of #CE90E8
Black with #CE90E8
Text Example
Text Example
White with #CE90E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90E8; }
p { color: rgb(206,144,232); }
H1.HeaderClassName
{
color: #CE90E8;
}
.AnyTagClassName
{
color: #CE90E8;
}
</style>
background-color css
<style>
a { background-color: #CE90E8; }
a { background-color: rgb(206,144,232); }
div.DivClassName
{
background-color: #CE90E8;
}
.BgClassName
{
background-color: #CE90E8;
}
</style>
border-color css
<style>
span { border-color: #CE90E8; }
span { border-color: rgb(206,144,232); }
td.TdClassName
{
border-color: #CE90E8;
}
.TagClassName
{
border-color: #CE90E8;
}
</style>