Shades of Wisteria #CE8BEC
Tints of Wisteria #CE8BEC
RGB
CMYK
RGB Variations
Color information
#CE8BEC (or 0xCE8BEC) is known color: Wisteria. HEX triplet: CE, 8B and EC. RGB value is (206,139,236). Sum of RGB (Red+Green+Blue) = 206+139+236=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BEC is #317413. Grayscale: #A9A9A9. Windows color (decimal): -3240980 or 15502286. OLE color: 15502286.
HSL color Cylindrical-coordinate representation of color #CE8BEC: hue angle of 281.44º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8BEC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 139 | 236 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.07 |
| HSL | 281.44º | 0.72% | 0.74% | - |
| HSV(B) | 281.44º | 0.41% | 0.93% | - |
| XYZ | 49.83 | 37.64 | 84 | - |
| YUV | 170.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 236 | 0.13 | 0.41 | 0 | 0.07 | 281.44 | 0.72 | 0.74 |
| Hex | CE | 8B | EC | D | 29 | 0 | 7 | 119 | 48 | 4A |
| Octal | 316 | 213 | 354 | 15 | 51 | 0 | 7 | 431 | 110 | 112 |
| Binary | 11001110 | 10001011 | 11101100 | 1101 | 101001 | 0 | 111 | 100011001 | 1001000 | 1001010 |
Color Harmonies of #CE8BEC
Complementary color
Monochromatic Colors of #CE8BEC
Black with #CE8BEC
Text Example
Text Example
White with #CE8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BEC; }
p { color: rgb(206,139,236); }
H1.HeaderClassName
{
color: #CE8BEC;
}
.AnyTagClassName
{
color: #CE8BEC;
}
</style>
background-color css
<style>
a { background-color: #CE8BEC; }
a { background-color: rgb(206,139,236); }
div.DivClassName
{
background-color: #CE8BEC;
}
.BgClassName
{
background-color: #CE8BEC;
}
</style>
border-color css
<style>
span { border-color: #CE8BEC; }
span { border-color: rgb(206,139,236); }
td.TdClassName
{
border-color: #CE8BEC;
}
.TagClassName
{
border-color: #CE8BEC;
}
</style>