Shades of Wisteria #CE8FF0
Tints of Wisteria #CE8FF0
RGB
CMYK
RGB Variations
Color information
#CE8FF0 (or 0xCE8FF0) is known color: Wisteria. HEX triplet: CE, 8F and F0. RGB value is (206,143,240). Sum of RGB (Red+Green+Blue) = 206+143+240=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE8FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FF0 is #31700F. Grayscale: #ACACAC. Windows color (decimal): -3239952 or 15765454. OLE color: 15765454.
HSL color Cylindrical-coordinate representation of color #CE8FF0: hue angle of 278.97º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8FF0 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 143 | 240 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.06 |
| HSL | 278.97º | 0.76% | 0.75% | - |
| HSV(B) | 278.97º | 0.4% | 0.94% | - |
| XYZ | 51 | 39.06 | 87.29 | - |
| YUV | 172.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 240 | 0.14 | 0.40 | 0 | 0.06 | 278.97 | 0.76 | 0.75 |
| Hex | CE | 8F | F0 | E | 28 | 0 | 6 | 117 | 4C | 4B |
| Octal | 316 | 217 | 360 | 16 | 50 | 0 | 6 | 427 | 114 | 113 |
| Binary | 11001110 | 10001111 | 11110000 | 1110 | 101000 | 0 | 110 | 100010111 | 1001100 | 1001011 |
Color Harmonies of #CE8FF0
Complementary color
Monochromatic Colors of #CE8FF0
Black with #CE8FF0
Text Example
Text Example
White with #CE8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FF0; }
p { color: rgb(206,143,240); }
H1.HeaderClassName
{
color: #CE8FF0;
}
.AnyTagClassName
{
color: #CE8FF0;
}
</style>
background-color css
<style>
a { background-color: #CE8FF0; }
a { background-color: rgb(206,143,240); }
div.DivClassName
{
background-color: #CE8FF0;
}
.BgClassName
{
background-color: #CE8FF0;
}
</style>
border-color css
<style>
span { border-color: #CE8FF0; }
span { border-color: rgb(206,143,240); }
td.TdClassName
{
border-color: #CE8FF0;
}
.TagClassName
{
border-color: #CE8FF0;
}
</style>