Shades of Wisteria #CEA7E1
Tints of Wisteria #CEA7E1
RGB
CMYK
RGB Variations
Color information
#CEA7E1 (or 0xCEA7E1) is known color: Wisteria. HEX triplet: CE, A7 and E1. RGB value is (206,167,225). Sum of RGB (Red+Green+Blue) = 206+167+225=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7E1 is #31581E. Grayscale: #B9B9B9. Windows color (decimal): -3233823 or 14788558. OLE color: 14788558.
HSL color Cylindrical-coordinate representation of color #CEA7E1: hue angle of 280.34º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA7E1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 167 | 225 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.12 |
| HSL | 280.34º | 0.49% | 0.77% | - |
| HSV(B) | 280.34º | 0.26% | 0.88% | - |
| XYZ | 52.86 | 46.2 | 77.36 | - |
| YUV | 185.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 225 | 0.08 | 0.26 | 0 | 0.12 | 280.34 | 0.49 | 0.77 |
| Hex | CE | A7 | E1 | 8 | 1A | 0 | C | 118 | 31 | 4D |
| Octal | 316 | 247 | 341 | 10 | 32 | 0 | 14 | 430 | 61 | 115 |
| Binary | 11001110 | 10100111 | 11100001 | 1000 | 11010 | 0 | 1100 | 100011000 | 110001 | 1001101 |
Color Harmonies of #CEA7E1
Complementary color
Monochromatic Colors of #CEA7E1
Black with #CEA7E1
Text Example
Text Example
White with #CEA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7E1; }
p { color: rgb(206,167,225); }
H1.HeaderClassName
{
color: #CEA7E1;
}
.AnyTagClassName
{
color: #CEA7E1;
}
</style>
background-color css
<style>
a { background-color: #CEA7E1; }
a { background-color: rgb(206,167,225); }
div.DivClassName
{
background-color: #CEA7E1;
}
.BgClassName
{
background-color: #CEA7E1;
}
</style>
border-color css
<style>
span { border-color: #CEA7E1; }
span { border-color: rgb(206,167,225); }
td.TdClassName
{
border-color: #CEA7E1;
}
.TagClassName
{
border-color: #CEA7E1;
}
</style>