Shades of Wisteria #CE8BEB
Tints of Wisteria #CE8BEB
RGB
CMYK
RGB Variations
Color information
#CE8BEB (or 0xCE8BEB) is known color: Wisteria. HEX triplet: CE, 8B and EB. RGB value is (206,139,235). Sum of RGB (Red+Green+Blue) = 206+139+235=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BEB is #317414. Grayscale: #A9A9A9. Windows color (decimal): -3240981 or 15436750. OLE color: 15436750.
HSL color Cylindrical-coordinate representation of color #CE8BEB: hue angle of 281.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8BEB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 139 | 235 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.08 |
| HSL | 281.88º | 0.71% | 0.73% | - |
| HSV(B) | 281.88º | 0.41% | 0.92% | - |
| XYZ | 49.68 | 37.59 | 83.23 | - |
| YUV | 169.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 235 | 0.12 | 0.41 | 0 | 0.08 | 281.88 | 0.71 | 0.73 |
| Hex | CE | 8B | EB | C | 29 | 0 | 8 | 11A | 47 | 49 |
| Octal | 316 | 213 | 353 | 14 | 51 | 0 | 10 | 432 | 107 | 111 |
| Binary | 11001110 | 10001011 | 11101011 | 1100 | 101001 | 0 | 1000 | 100011010 | 1000111 | 1001001 |
Color Harmonies of #CE8BEB
Complementary color
Monochromatic Colors of #CE8BEB
Black with #CE8BEB
Text Example
Text Example
White with #CE8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BEB; }
p { color: rgb(206,139,235); }
H1.HeaderClassName
{
color: #CE8BEB;
}
.AnyTagClassName
{
color: #CE8BEB;
}
</style>
background-color css
<style>
a { background-color: #CE8BEB; }
a { background-color: rgb(206,139,235); }
div.DivClassName
{
background-color: #CE8BEB;
}
.BgClassName
{
background-color: #CE8BEB;
}
</style>
border-color css
<style>
span { border-color: #CE8BEB; }
span { border-color: rgb(206,139,235); }
td.TdClassName
{
border-color: #CE8BEB;
}
.TagClassName
{
border-color: #CE8BEB;
}
</style>