Shades of Wisteria #CE8BEE
Tints of Wisteria #CE8BEE
RGB
CMYK
RGB Variations
Color information
#CE8BEE (or 0xCE8BEE) is known color: Wisteria. HEX triplet: CE, 8B and EE. RGB value is (206,139,238). Sum of RGB (Red+Green+Blue) = 206+139+238=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BEE is #317411. Grayscale: #A9A9A9. Windows color (decimal): -3240978 or 15633358. OLE color: 15633358.
HSL color Cylindrical-coordinate representation of color #CE8BEE: hue angle of 280.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8BEE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 139 | 238 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.07 |
| HSL | 280.61º | 0.74% | 0.74% | - |
| HSV(B) | 280.61º | 0.42% | 0.93% | - |
| XYZ | 50.12 | 37.76 | 85.54 | - |
| YUV | 170.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 238 | 0.13 | 0.42 | 0 | 0.07 | 280.61 | 0.74 | 0.74 |
| Hex | CE | 8B | EE | D | 2A | 0 | 7 | 119 | 4A | 4A |
| Octal | 316 | 213 | 356 | 15 | 52 | 0 | 7 | 431 | 112 | 112 |
| Binary | 11001110 | 10001011 | 11101110 | 1101 | 101010 | 0 | 111 | 100011001 | 1001010 | 1001010 |
Color Harmonies of #CE8BEE
Complementary color
Monochromatic Colors of #CE8BEE
Black with #CE8BEE
Text Example
Text Example
White with #CE8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BEE; }
p { color: rgb(206,139,238); }
H1.HeaderClassName
{
color: #CE8BEE;
}
.AnyTagClassName
{
color: #CE8BEE;
}
</style>
background-color css
<style>
a { background-color: #CE8BEE; }
a { background-color: rgb(206,139,238); }
div.DivClassName
{
background-color: #CE8BEE;
}
.BgClassName
{
background-color: #CE8BEE;
}
</style>
border-color css
<style>
span { border-color: #CE8BEE; }
span { border-color: rgb(206,139,238); }
td.TdClassName
{
border-color: #CE8BEE;
}
.TagClassName
{
border-color: #CE8BEE;
}
</style>