Shades of Wisteria #CE8FEE
Tints of Wisteria #CE8FEE
RGB
CMYK
RGB Variations
Color information
#CE8FEE (or 0xCE8FEE) is known color: Wisteria. HEX triplet: CE, 8F and EE. RGB value is (206,143,238). Sum of RGB (Red+Green+Blue) = 206+143+238=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FEE is #317011. Grayscale: #ACACAC. Windows color (decimal): -3239954 or 15634382. OLE color: 15634382.
HSL color Cylindrical-coordinate representation of color #CE8FEE: hue angle of 279.79º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8FEE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 143 | 238 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.07 |
| HSL | 279.79º | 0.74% | 0.75% | - |
| HSV(B) | 279.79º | 0.4% | 0.93% | - |
| XYZ | 50.71 | 38.94 | 85.73 | - |
| YUV | 172.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 238 | 0.13 | 0.40 | 0 | 0.07 | 279.79 | 0.74 | 0.75 |
| Hex | CE | 8F | EE | D | 28 | 0 | 7 | 118 | 4A | 4B |
| Octal | 316 | 217 | 356 | 15 | 50 | 0 | 7 | 430 | 112 | 113 |
| Binary | 11001110 | 10001111 | 11101110 | 1101 | 101000 | 0 | 111 | 100011000 | 1001010 | 1001011 |
Color Harmonies of #CE8FEE
Complementary color
Monochromatic Colors of #CE8FEE
Black with #CE8FEE
Text Example
Text Example
White with #CE8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FEE; }
p { color: rgb(206,143,238); }
H1.HeaderClassName
{
color: #CE8FEE;
}
.AnyTagClassName
{
color: #CE8FEE;
}
</style>
background-color css
<style>
a { background-color: #CE8FEE; }
a { background-color: rgb(206,143,238); }
div.DivClassName
{
background-color: #CE8FEE;
}
.BgClassName
{
background-color: #CE8FEE;
}
</style>
border-color css
<style>
span { border-color: #CE8FEE; }
span { border-color: rgb(206,143,238); }
td.TdClassName
{
border-color: #CE8FEE;
}
.TagClassName
{
border-color: #CE8FEE;
}
</style>