Shades of Wisteria #CE8AE5
Tints of Wisteria #CE8AE5
RGB
CMYK
RGB Variations
Color information
#CE8AE5 (or 0xCE8AE5) is known color: Wisteria. HEX triplet: CE, 8A and E5. RGB value is (206,138,229). Sum of RGB (Red+Green+Blue) = 206+138+229=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE8AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AE5 is #31751A. Grayscale: #A8A8A8. Windows color (decimal): -3241243 or 15043278. OLE color: 15043278.
HSL color Cylindrical-coordinate representation of color #CE8AE5: hue angle of 284.84º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8AE5 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 138 | 229 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.10 |
| HSL | 284.84º | 0.64% | 0.72% | - |
| HSV(B) | 284.84º | 0.4% | 0.9% | - |
| XYZ | 48.68 | 36.96 | 78.7 | - |
| YUV | 168.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 229 | 0.10 | 0.40 | 0 | 0.10 | 284.84 | 0.64 | 0.72 |
| Hex | CE | 8A | E5 | A | 28 | 0 | A | 11D | 40 | 48 |
| Octal | 316 | 212 | 345 | 12 | 50 | 0 | 12 | 435 | 100 | 110 |
| Binary | 11001110 | 10001010 | 11100101 | 1010 | 101000 | 0 | 1010 | 100011101 | 1000000 | 1001000 |
Color Harmonies of #CE8AE5
Complementary color
Monochromatic Colors of #CE8AE5
Black with #CE8AE5
Text Example
Text Example
White with #CE8AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AE5; }
p { color: rgb(206,138,229); }
H1.HeaderClassName
{
color: #CE8AE5;
}
.AnyTagClassName
{
color: #CE8AE5;
}
</style>
background-color css
<style>
a { background-color: #CE8AE5; }
a { background-color: rgb(206,138,229); }
div.DivClassName
{
background-color: #CE8AE5;
}
.BgClassName
{
background-color: #CE8AE5;
}
</style>
border-color css
<style>
span { border-color: #CE8AE5; }
span { border-color: rgb(206,138,229); }
td.TdClassName
{
border-color: #CE8AE5;
}
.TagClassName
{
border-color: #CE8AE5;
}
</style>