Shades of Wisteria #CE8DF1
Tints of Wisteria #CE8DF1
RGB
CMYK
RGB Variations
Color information
#CE8DF1 (or 0xCE8DF1) is known color: Wisteria. HEX triplet: CE, 8D and F1. RGB value is (206,141,241). Sum of RGB (Red+Green+Blue) = 206+141+241=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE8DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DF1 is #31720E. Grayscale: #ABABAB. Windows color (decimal): -3240463 or 15830478. OLE color: 15830478.
HSL color Cylindrical-coordinate representation of color #CE8DF1: hue angle of 279º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8DF1 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 141 | 241 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.05 |
| HSL | 279º | 0.78% | 0.75% | - |
| HSV(B) | 279º | 0.41% | 0.95% | - |
| XYZ | 50.86 | 38.52 | 87.97 | - |
| YUV | 171.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 241 | 0.15 | 0.41 | 0 | 0.05 | 279 | 0.78 | 0.75 |
| Hex | CE | 8D | F1 | F | 29 | 0 | 5 | 117 | 4E | 4B |
| Octal | 316 | 215 | 361 | 17 | 51 | 0 | 5 | 427 | 116 | 113 |
| Binary | 11001110 | 10001101 | 11110001 | 1111 | 101001 | 0 | 101 | 100010111 | 1001110 | 1001011 |
Color Harmonies of #CE8DF1
Complementary color
Monochromatic Colors of #CE8DF1
Black with #CE8DF1
Text Example
Text Example
White with #CE8DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DF1; }
p { color: rgb(206,141,241); }
H1.HeaderClassName
{
color: #CE8DF1;
}
.AnyTagClassName
{
color: #CE8DF1;
}
</style>
background-color css
<style>
a { background-color: #CE8DF1; }
a { background-color: rgb(206,141,241); }
div.DivClassName
{
background-color: #CE8DF1;
}
.BgClassName
{
background-color: #CE8DF1;
}
</style>
border-color css
<style>
span { border-color: #CE8DF1; }
span { border-color: rgb(206,141,241); }
td.TdClassName
{
border-color: #CE8DF1;
}
.TagClassName
{
border-color: #CE8DF1;
}
</style>