Shades of Wisteria #CE8AE1
Tints of Wisteria #CE8AE1
RGB
CMYK
RGB Variations
Color information
#CE8AE1 (or 0xCE8AE1) is known color: Wisteria. HEX triplet: CE, 8A and E1. RGB value is (206,138,225). Sum of RGB (Red+Green+Blue) = 206+138+225=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE8AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AE1 is #31751E. Grayscale: #A7A7A7. Windows color (decimal): -3241247 or 14781134. OLE color: 14781134.
HSL color Cylindrical-coordinate representation of color #CE8AE1: hue angle of 286.9º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8AE1 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 138 | 225 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.12 |
| HSL | 286.9º | 0.59% | 0.71% | - |
| HSV(B) | 286.9º | 0.39% | 0.88% | - |
| XYZ | 48.13 | 36.74 | 75.79 | - |
| YUV | 168.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 225 | 0.08 | 0.39 | 0 | 0.12 | 286.9 | 0.59 | 0.71 |
| Hex | CE | 8A | E1 | 8 | 27 | 0 | C | 11F | 3B | 47 |
| Octal | 316 | 212 | 341 | 10 | 47 | 0 | 14 | 437 | 73 | 107 |
| Binary | 11001110 | 10001010 | 11100001 | 1000 | 100111 | 0 | 1100 | 100011111 | 111011 | 1000111 |
Color Harmonies of #CE8AE1
Complementary color
Monochromatic Colors of #CE8AE1
Black with #CE8AE1
Text Example
Text Example
White with #CE8AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AE1; }
p { color: rgb(206,138,225); }
H1.HeaderClassName
{
color: #CE8AE1;
}
.AnyTagClassName
{
color: #CE8AE1;
}
</style>
background-color css
<style>
a { background-color: #CE8AE1; }
a { background-color: rgb(206,138,225); }
div.DivClassName
{
background-color: #CE8AE1;
}
.BgClassName
{
background-color: #CE8AE1;
}
</style>
border-color css
<style>
span { border-color: #CE8AE1; }
span { border-color: rgb(206,138,225); }
td.TdClassName
{
border-color: #CE8AE1;
}
.TagClassName
{
border-color: #CE8AE1;
}
</style>