Shades of Wisteria #CE90DF
Tints of Wisteria #CE90DF
RGB
CMYK
RGB Variations
Color information
#CE90DF (or 0xCE90DF) is known color: Wisteria. HEX triplet: CE, 90 and DF. RGB value is (206,144,223). Sum of RGB (Red+Green+Blue) = 206+144+223=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90DF is #316F20. Grayscale: #ABABAB. Windows color (decimal): -3239713 or 14651598. OLE color: 14651598.
HSL color Cylindrical-coordinate representation of color #CE90DF: hue angle of 287.09º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE90DF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 144 | 223 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.13 |
| HSL | 287.09º | 0.55% | 0.72% | - |
| HSV(B) | 287.09º | 0.35% | 0.87% | - |
| XYZ | 48.75 | 38.4 | 74.65 | - |
| YUV | 171.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 223 | 0.08 | 0.35 | 0 | 0.13 | 287.09 | 0.55 | 0.72 |
| Hex | CE | 90 | DF | 8 | 23 | 0 | D | 11F | 37 | 48 |
| Octal | 316 | 220 | 337 | 10 | 43 | 0 | 15 | 437 | 67 | 110 |
| Binary | 11001110 | 10010000 | 11011111 | 1000 | 100011 | 0 | 1101 | 100011111 | 110111 | 1001000 |
Color Harmonies of #CE90DF
Complementary color
Monochromatic Colors of #CE90DF
Black with #CE90DF
Text Example
Text Example
White with #CE90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90DF; }
p { color: rgb(206,144,223); }
H1.HeaderClassName
{
color: #CE90DF;
}
.AnyTagClassName
{
color: #CE90DF;
}
</style>
background-color css
<style>
a { background-color: #CE90DF; }
a { background-color: rgb(206,144,223); }
div.DivClassName
{
background-color: #CE90DF;
}
.BgClassName
{
background-color: #CE90DF;
}
</style>
border-color css
<style>
span { border-color: #CE90DF; }
span { border-color: rgb(206,144,223); }
td.TdClassName
{
border-color: #CE90DF;
}
.TagClassName
{
border-color: #CE90DF;
}
</style>