Shades of Wisteria #CEA7ED
Tints of Wisteria #CEA7ED
RGB
CMYK
RGB Variations
Color information
#CEA7ED (or 0xCEA7ED) is known color: Wisteria. HEX triplet: CE, A7 and ED. RGB value is (206,167,237). Sum of RGB (Red+Green+Blue) = 206+167+237=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7ED is #315812. Grayscale: #BABABA. Windows color (decimal): -3233811 or 15574990. OLE color: 15574990.
HSL color Cylindrical-coordinate representation of color #CEA7ED: hue angle of 273.43º degrees, saturation: 0.66, 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 #CEA7ED is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 167 | 237 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.07 |
| HSL | 273.43º | 0.66% | 0.79% | - |
| HSV(B) | 273.43º | 0.3% | 0.93% | - |
| XYZ | 54.56 | 46.87 | 86.29 | - |
| YUV | 186.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 237 | 0.13 | 0.30 | 0 | 0.07 | 273.43 | 0.66 | 0.79 |
| Hex | CE | A7 | ED | D | 1E | 0 | 7 | 111 | 42 | 4F |
| Octal | 316 | 247 | 355 | 15 | 36 | 0 | 7 | 421 | 102 | 117 |
| Binary | 11001110 | 10100111 | 11101101 | 1101 | 11110 | 0 | 111 | 100010001 | 1000010 | 1001111 |
Color Harmonies of #CEA7ED
Complementary color
Monochromatic Colors of #CEA7ED
Black with #CEA7ED
Text Example
Text Example
White with #CEA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7ED; }
p { color: rgb(206,167,237); }
H1.HeaderClassName
{
color: #CEA7ED;
}
.AnyTagClassName
{
color: #CEA7ED;
}
</style>
background-color css
<style>
a { background-color: #CEA7ED; }
a { background-color: rgb(206,167,237); }
div.DivClassName
{
background-color: #CEA7ED;
}
.BgClassName
{
background-color: #CEA7ED;
}
</style>
border-color css
<style>
span { border-color: #CEA7ED; }
span { border-color: rgb(206,167,237); }
td.TdClassName
{
border-color: #CEA7ED;
}
.TagClassName
{
border-color: #CEA7ED;
}
</style>