Shades of Wisteria #CE8BF0
Tints of Wisteria #CE8BF0
RGB
CMYK
RGB Variations
Color information
#CE8BF0 (or 0xCE8BF0) is known color: Wisteria. HEX triplet: CE, 8B and F0. RGB value is (206,139,240). Sum of RGB (Red+Green+Blue) = 206+139+240=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE8BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BF0 is #31740F. Grayscale: #AAAAAA. Windows color (decimal): -3240976 or 15764430. OLE color: 15764430.
HSL color Cylindrical-coordinate representation of color #CE8BF0: hue angle of 279.8º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8BF0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 139 | 240 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.06 |
| HSL | 279.8º | 0.77% | 0.74% | - |
| HSV(B) | 279.8º | 0.42% | 0.94% | - |
| XYZ | 50.41 | 37.88 | 87.09 | - |
| YUV | 170.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 240 | 0.14 | 0.42 | 0 | 0.06 | 279.8 | 0.77 | 0.74 |
| Hex | CE | 8B | F0 | E | 2A | 0 | 6 | 118 | 4D | 4A |
| Octal | 316 | 213 | 360 | 16 | 52 | 0 | 6 | 430 | 115 | 112 |
| Binary | 11001110 | 10001011 | 11110000 | 1110 | 101010 | 0 | 110 | 100011000 | 1001101 | 1001010 |
Color Harmonies of #CE8BF0
Complementary color
Monochromatic Colors of #CE8BF0
Black with #CE8BF0
Text Example
Text Example
White with #CE8BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BF0; }
p { color: rgb(206,139,240); }
H1.HeaderClassName
{
color: #CE8BF0;
}
.AnyTagClassName
{
color: #CE8BF0;
}
</style>
background-color css
<style>
a { background-color: #CE8BF0; }
a { background-color: rgb(206,139,240); }
div.DivClassName
{
background-color: #CE8BF0;
}
.BgClassName
{
background-color: #CE8BF0;
}
</style>
border-color css
<style>
span { border-color: #CE8BF0; }
span { border-color: rgb(206,139,240); }
td.TdClassName
{
border-color: #CE8BF0;
}
.TagClassName
{
border-color: #CE8BF0;
}
</style>