Shades of Wisteria #CE8AE7
Tints of Wisteria #CE8AE7
RGB
CMYK
RGB Variations
Color information
#CE8AE7 (or 0xCE8AE7) is known color: Wisteria. HEX triplet: CE, 8A and E7. RGB value is (206,138,231). Sum of RGB (Red+Green+Blue) = 206+138+231=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE8AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AE7 is #317518. Grayscale: #A8A8A8. Windows color (decimal): -3241241 or 15174350. OLE color: 15174350.
HSL color Cylindrical-coordinate representation of color #CE8AE7: hue angle of 283.87º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8AE7 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 138 | 231 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.09 |
| HSL | 283.87º | 0.66% | 0.72% | - |
| HSV(B) | 283.87º | 0.4% | 0.91% | - |
| XYZ | 48.97 | 37.07 | 80.18 | - |
| YUV | 168.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 231 | 0.11 | 0.40 | 0 | 0.09 | 283.87 | 0.66 | 0.72 |
| Hex | CE | 8A | E7 | B | 28 | 0 | 9 | 11C | 42 | 48 |
| Octal | 316 | 212 | 347 | 13 | 50 | 0 | 11 | 434 | 102 | 110 |
| Binary | 11001110 | 10001010 | 11100111 | 1011 | 101000 | 0 | 1001 | 100011100 | 1000010 | 1001000 |
Color Harmonies of #CE8AE7
Complementary color
Monochromatic Colors of #CE8AE7
Black with #CE8AE7
Text Example
Text Example
White with #CE8AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AE7; }
p { color: rgb(206,138,231); }
H1.HeaderClassName
{
color: #CE8AE7;
}
.AnyTagClassName
{
color: #CE8AE7;
}
</style>
background-color css
<style>
a { background-color: #CE8AE7; }
a { background-color: rgb(206,138,231); }
div.DivClassName
{
background-color: #CE8AE7;
}
.BgClassName
{
background-color: #CE8AE7;
}
</style>
border-color css
<style>
span { border-color: #CE8AE7; }
span { border-color: rgb(206,138,231); }
td.TdClassName
{
border-color: #CE8AE7;
}
.TagClassName
{
border-color: #CE8AE7;
}
</style>