Shades of Wisteria #CE8EF9
Tints of Wisteria #CE8EF9
RGB
CMYK
RGB Variations
Color information
#CE8EF9 (or 0xCE8EF9) is known color: Wisteria. HEX triplet: CE, 8E and F9. RGB value is (206,142,249). Sum of RGB (Red+Green+Blue) = 206+142+249=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EF9 is #317106. Grayscale: #ACACAC. Windows color (decimal): -3240199 or 16355022. OLE color: 16355022.
HSL color Cylindrical-coordinate representation of color #CE8EF9: hue angle of 275.89º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8EF9 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 142 | 249 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.02 |
| HSL | 275.89º | 0.9% | 0.77% | - |
| HSV(B) | 275.89º | 0.43% | 0.98% | - |
| XYZ | 52.23 | 39.31 | 94.46 | - |
| YUV | 173.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 249 | 0.17 | 0.43 | 0 | 0.02 | 275.89 | 0.9 | 0.77 |
| Hex | CE | 8E | F9 | 11 | 2B | 0 | 2 | 114 | 5A | 4D |
| Octal | 316 | 216 | 371 | 21 | 53 | 0 | 2 | 424 | 132 | 115 |
| Binary | 11001110 | 10001110 | 11111001 | 10001 | 101011 | 0 | 10 | 100010100 | 1011010 | 1001101 |
Color Harmonies of #CE8EF9
Complementary color
Monochromatic Colors of #CE8EF9
Black with #CE8EF9
Text Example
Text Example
White with #CE8EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EF9; }
p { color: rgb(206,142,249); }
H1.HeaderClassName
{
color: #CE8EF9;
}
.AnyTagClassName
{
color: #CE8EF9;
}
</style>
background-color css
<style>
a { background-color: #CE8EF9; }
a { background-color: rgb(206,142,249); }
div.DivClassName
{
background-color: #CE8EF9;
}
.BgClassName
{
background-color: #CE8EF9;
}
</style>
border-color css
<style>
span { border-color: #CE8EF9; }
span { border-color: rgb(206,142,249); }
td.TdClassName
{
border-color: #CE8EF9;
}
.TagClassName
{
border-color: #CE8EF9;
}
</style>