Shades of Wisteria #CEA5EC
Tints of Wisteria #CEA5EC
RGB
CMYK
RGB Variations
Color information
#CEA5EC (or 0xCEA5EC) is known color: Wisteria. HEX triplet: CE, A5 and EC. RGB value is (206,165,236). Sum of RGB (Red+Green+Blue) = 206+165+236=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5EC is #315A13. Grayscale: #B9B9B9. Windows color (decimal): -3234324 or 15508942. OLE color: 15508942.
HSL color Cylindrical-coordinate representation of color #CEA5EC: hue angle of 274.65º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA5EC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 165 | 236 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.07 |
| HSL | 274.65º | 0.65% | 0.79% | - |
| HSV(B) | 274.65º | 0.3% | 0.93% | - |
| XYZ | 54.05 | 46.09 | 85.4 | - |
| YUV | 185.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 236 | 0.13 | 0.30 | 0 | 0.07 | 274.65 | 0.65 | 0.79 |
| Hex | CE | A5 | EC | D | 1E | 0 | 7 | 113 | 41 | 4F |
| Octal | 316 | 245 | 354 | 15 | 36 | 0 | 7 | 423 | 101 | 117 |
| Binary | 11001110 | 10100101 | 11101100 | 1101 | 11110 | 0 | 111 | 100010011 | 1000001 | 1001111 |
Color Harmonies of #CEA5EC
Complementary color
Monochromatic Colors of #CEA5EC
Black with #CEA5EC
Text Example
Text Example
White with #CEA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5EC; }
p { color: rgb(206,165,236); }
H1.HeaderClassName
{
color: #CEA5EC;
}
.AnyTagClassName
{
color: #CEA5EC;
}
</style>
background-color css
<style>
a { background-color: #CEA5EC; }
a { background-color: rgb(206,165,236); }
div.DivClassName
{
background-color: #CEA5EC;
}
.BgClassName
{
background-color: #CEA5EC;
}
</style>
border-color css
<style>
span { border-color: #CEA5EC; }
span { border-color: rgb(206,165,236); }
td.TdClassName
{
border-color: #CEA5EC;
}
.TagClassName
{
border-color: #CEA5EC;
}
</style>