Shades of Wisteria #CEA0DF
Tints of Wisteria #CEA0DF
RGB
CMYK
RGB Variations
Color information
#CEA0DF (or 0xCEA0DF) is known color: Wisteria. HEX triplet: CE, A0 and DF. RGB value is (206,160,223). Sum of RGB (Red+Green+Blue) = 206+160+223=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0DF is #315F20. Grayscale: #B4B4B4. Windows color (decimal): -3235617 or 14655694. OLE color: 14655694.
HSL color Cylindrical-coordinate representation of color #CEA0DF: hue angle of 283.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA0DF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 160 | 223 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.13 |
| HSL | 283.81º | 0.5% | 0.75% | - |
| HSV(B) | 283.81º | 0.28% | 0.87% | - |
| XYZ | 51.34 | 43.59 | 75.52 | - |
| YUV | 180.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 223 | 0.08 | 0.28 | 0 | 0.13 | 283.81 | 0.5 | 0.75 |
| Hex | CE | A0 | DF | 8 | 1C | 0 | D | 11C | 32 | 4B |
| Octal | 316 | 240 | 337 | 10 | 34 | 0 | 15 | 434 | 62 | 113 |
| Binary | 11001110 | 10100000 | 11011111 | 1000 | 11100 | 0 | 1101 | 100011100 | 110010 | 1001011 |
Color Harmonies of #CEA0DF
Complementary color
Monochromatic Colors of #CEA0DF
Black with #CEA0DF
Text Example
Text Example
White with #CEA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0DF; }
p { color: rgb(206,160,223); }
H1.HeaderClassName
{
color: #CEA0DF;
}
.AnyTagClassName
{
color: #CEA0DF;
}
</style>
background-color css
<style>
a { background-color: #CEA0DF; }
a { background-color: rgb(206,160,223); }
div.DivClassName
{
background-color: #CEA0DF;
}
.BgClassName
{
background-color: #CEA0DF;
}
</style>
border-color css
<style>
span { border-color: #CEA0DF; }
span { border-color: rgb(206,160,223); }
td.TdClassName
{
border-color: #CEA0DF;
}
.TagClassName
{
border-color: #CEA0DF;
}
</style>