Shades of Wisteria #CEA0EF
Tints of Wisteria #CEA0EF
RGB
CMYK
RGB Variations
Color information
#CEA0EF (or 0xCEA0EF) is known color: Wisteria. HEX triplet: CE, A0 and EF. RGB value is (206,160,239). Sum of RGB (Red+Green+Blue) = 206+160+239=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0EF is #315F10. Grayscale: #B6B6B6. Windows color (decimal): -3235601 or 15704270. OLE color: 15704270.
HSL color Cylindrical-coordinate representation of color #CEA0EF: hue angle of 274.94º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA0EF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 160 | 239 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.06 |
| HSL | 274.94º | 0.71% | 0.78% | - |
| HSV(B) | 274.94º | 0.33% | 0.94% | - |
| XYZ | 53.6 | 44.5 | 87.42 | - |
| YUV | 182.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 239 | 0.14 | 0.33 | 0 | 0.06 | 274.94 | 0.71 | 0.78 |
| Hex | CE | A0 | EF | E | 21 | 0 | 6 | 113 | 47 | 4E |
| Octal | 316 | 240 | 357 | 16 | 41 | 0 | 6 | 423 | 107 | 116 |
| Binary | 11001110 | 10100000 | 11101111 | 1110 | 100001 | 0 | 110 | 100010011 | 1000111 | 1001110 |
Color Harmonies of #CEA0EF
Complementary color
Monochromatic Colors of #CEA0EF
Black with #CEA0EF
Text Example
Text Example
White with #CEA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0EF; }
p { color: rgb(206,160,239); }
H1.HeaderClassName
{
color: #CEA0EF;
}
.AnyTagClassName
{
color: #CEA0EF;
}
</style>
background-color css
<style>
a { background-color: #CEA0EF; }
a { background-color: rgb(206,160,239); }
div.DivClassName
{
background-color: #CEA0EF;
}
.BgClassName
{
background-color: #CEA0EF;
}
</style>
border-color css
<style>
span { border-color: #CEA0EF; }
span { border-color: rgb(206,160,239); }
td.TdClassName
{
border-color: #CEA0EF;
}
.TagClassName
{
border-color: #CEA0EF;
}
</style>