Shades of Wisteria #CE90DC
Tints of Wisteria #CE90DC
RGB
CMYK
RGB Variations
Color information
#CE90DC (or 0xCE90DC) is known color: Wisteria. HEX triplet: CE, 90 and DC. RGB value is (206,144,220). Sum of RGB (Red+Green+Blue) = 206+144+220=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90DC is #316F23. Grayscale: #AAAAAA. Windows color (decimal): -3239716 or 14454990. OLE color: 14454990.
HSL color Cylindrical-coordinate representation of color #CE90DC: hue angle of 288.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE90DC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 144 | 220 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.14 |
| HSL | 288.95º | 0.52% | 0.71% | - |
| HSV(B) | 288.95º | 0.35% | 0.86% | - |
| XYZ | 48.35 | 38.24 | 72.54 | - |
| YUV | 171.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 220 | 0.06 | 0.35 | 0 | 0.14 | 288.95 | 0.52 | 0.71 |
| Hex | CE | 90 | DC | 6 | 23 | 0 | E | 121 | 34 | 47 |
| Octal | 316 | 220 | 334 | 6 | 43 | 0 | 16 | 441 | 64 | 107 |
| Binary | 11001110 | 10010000 | 11011100 | 110 | 100011 | 0 | 1110 | 100100001 | 110100 | 1000111 |
Color Harmonies of #CE90DC
Complementary color
Monochromatic Colors of #CE90DC
Black with #CE90DC
Text Example
Text Example
White with #CE90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90DC; }
p { color: rgb(206,144,220); }
H1.HeaderClassName
{
color: #CE90DC;
}
.AnyTagClassName
{
color: #CE90DC;
}
</style>
background-color css
<style>
a { background-color: #CE90DC; }
a { background-color: rgb(206,144,220); }
div.DivClassName
{
background-color: #CE90DC;
}
.BgClassName
{
background-color: #CE90DC;
}
</style>
border-color css
<style>
span { border-color: #CE90DC; }
span { border-color: rgb(206,144,220); }
td.TdClassName
{
border-color: #CE90DC;
}
.TagClassName
{
border-color: #CE90DC;
}
</style>