Shades of Wisteria #CE8BE1
Tints of Wisteria #CE8BE1
RGB
CMYK
RGB Variations
Color information
#CE8BE1 (or 0xCE8BE1) is known color: Wisteria. HEX triplet: CE, 8B and E1. RGB value is (206,139,225). Sum of RGB (Red+Green+Blue) = 206+139+225=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BE1 is #31741E. Grayscale: #A8A8A8. Windows color (decimal): -3240991 or 14781390. OLE color: 14781390.
HSL color Cylindrical-coordinate representation of color #CE8BE1: hue angle of 286.74º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8BE1 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 139 | 225 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.12 |
| HSL | 286.74º | 0.59% | 0.71% | - |
| HSV(B) | 286.74º | 0.38% | 0.88% | - |
| XYZ | 48.28 | 37.02 | 75.84 | - |
| YUV | 168.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 225 | 0.08 | 0.38 | 0 | 0.12 | 286.74 | 0.59 | 0.71 |
| Hex | CE | 8B | E1 | 8 | 26 | 0 | C | 11F | 3B | 47 |
| Octal | 316 | 213 | 341 | 10 | 46 | 0 | 14 | 437 | 73 | 107 |
| Binary | 11001110 | 10001011 | 11100001 | 1000 | 100110 | 0 | 1100 | 100011111 | 111011 | 1000111 |
Color Harmonies of #CE8BE1
Complementary color
Monochromatic Colors of #CE8BE1
Black with #CE8BE1
Text Example
Text Example
White with #CE8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BE1; }
p { color: rgb(206,139,225); }
H1.HeaderClassName
{
color: #CE8BE1;
}
.AnyTagClassName
{
color: #CE8BE1;
}
</style>
background-color css
<style>
a { background-color: #CE8BE1; }
a { background-color: rgb(206,139,225); }
div.DivClassName
{
background-color: #CE8BE1;
}
.BgClassName
{
background-color: #CE8BE1;
}
</style>
border-color css
<style>
span { border-color: #CE8BE1; }
span { border-color: rgb(206,139,225); }
td.TdClassName
{
border-color: #CE8BE1;
}
.TagClassName
{
border-color: #CE8BE1;
}
</style>