Shades of Wisteria #CE8BE4
Tints of Wisteria #CE8BE4
RGB
CMYK
RGB Variations
Color information
#CE8BE4 (or 0xCE8BE4) is known color: Wisteria. HEX triplet: CE, 8B and E4. RGB value is (206,139,228). Sum of RGB (Red+Green+Blue) = 206+139+228=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE8BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BE4 is #31741B. Grayscale: #A8A8A8. Windows color (decimal): -3240988 or 14977998. OLE color: 14977998.
HSL color Cylindrical-coordinate representation of color #CE8BE4: hue angle of 285.17º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE8BE4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 139 | 228 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.11 |
| HSL | 285.17º | 0.62% | 0.72% | - |
| HSV(B) | 285.17º | 0.39% | 0.89% | - |
| XYZ | 48.69 | 37.19 | 78.01 | - |
| YUV | 169.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 228 | 0.10 | 0.39 | 0 | 0.11 | 285.17 | 0.62 | 0.72 |
| Hex | CE | 8B | E4 | A | 27 | 0 | B | 11D | 3E | 48 |
| Octal | 316 | 213 | 344 | 12 | 47 | 0 | 13 | 435 | 76 | 110 |
| Binary | 11001110 | 10001011 | 11100100 | 1010 | 100111 | 0 | 1011 | 100011101 | 111110 | 1001000 |
Color Harmonies of #CE8BE4
Complementary color
Monochromatic Colors of #CE8BE4
Black with #CE8BE4
Text Example
Text Example
White with #CE8BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BE4; }
p { color: rgb(206,139,228); }
H1.HeaderClassName
{
color: #CE8BE4;
}
.AnyTagClassName
{
color: #CE8BE4;
}
</style>
background-color css
<style>
a { background-color: #CE8BE4; }
a { background-color: rgb(206,139,228); }
div.DivClassName
{
background-color: #CE8BE4;
}
.BgClassName
{
background-color: #CE8BE4;
}
</style>
border-color css
<style>
span { border-color: #CE8BE4; }
span { border-color: rgb(206,139,228); }
td.TdClassName
{
border-color: #CE8BE4;
}
.TagClassName
{
border-color: #CE8BE4;
}
</style>