Shades of Wisteria #CE8BE6
Tints of Wisteria #CE8BE6
RGB
CMYK
RGB Variations
Color information
#CE8BE6 (or 0xCE8BE6) is known color: Wisteria. HEX triplet: CE, 8B and E6. RGB value is (206,139,230). Sum of RGB (Red+Green+Blue) = 206+139+230=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE8BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BE6 is #317419. Grayscale: #A9A9A9. Windows color (decimal): -3240986 or 15109070. OLE color: 15109070.
HSL color Cylindrical-coordinate representation of color #CE8BE6: hue angle of 284.18º degrees, saturation: 0.65, 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 #CE8BE6 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 139 | 230 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.10 |
| HSL | 284.18º | 0.65% | 0.72% | - |
| HSV(B) | 284.18º | 0.4% | 0.9% | - |
| XYZ | 48.97 | 37.3 | 79.48 | - |
| YUV | 169.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 230 | 0.10 | 0.40 | 0 | 0.10 | 284.18 | 0.65 | 0.72 |
| Hex | CE | 8B | E6 | A | 28 | 0 | A | 11C | 41 | 48 |
| Octal | 316 | 213 | 346 | 12 | 50 | 0 | 12 | 434 | 101 | 110 |
| Binary | 11001110 | 10001011 | 11100110 | 1010 | 101000 | 0 | 1010 | 100011100 | 1000001 | 1001000 |
Color Harmonies of #CE8BE6
Complementary color
Monochromatic Colors of #CE8BE6
Black with #CE8BE6
Text Example
Text Example
White with #CE8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BE6; }
p { color: rgb(206,139,230); }
H1.HeaderClassName
{
color: #CE8BE6;
}
.AnyTagClassName
{
color: #CE8BE6;
}
</style>
background-color css
<style>
a { background-color: #CE8BE6; }
a { background-color: rgb(206,139,230); }
div.DivClassName
{
background-color: #CE8BE6;
}
.BgClassName
{
background-color: #CE8BE6;
}
</style>
border-color css
<style>
span { border-color: #CE8BE6; }
span { border-color: rgb(206,139,230); }
td.TdClassName
{
border-color: #CE8BE6;
}
.TagClassName
{
border-color: #CE8BE6;
}
</style>