Shades of Wisteria #CE98F0
Tints of Wisteria #CE98F0
RGB
CMYK
RGB Variations
Color information
#CE98F0 (or 0xCE98F0) is known color: Wisteria. HEX triplet: CE, 98 and F0. RGB value is (206,152,240). Sum of RGB (Red+Green+Blue) = 206+152+240=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE98F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98F0 is #31670F. Grayscale: #B1B1B1. Windows color (decimal): -3237648 or 15767758. OLE color: 15767758.
HSL color Cylindrical-coordinate representation of color #CE98F0: hue angle of 276.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE98F0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 152 | 240 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.06 |
| HSL | 276.82º | 0.75% | 0.77% | - |
| HSV(B) | 276.82º | 0.37% | 0.94% | - |
| XYZ | 52.41 | 41.87 | 87.76 | - |
| YUV | 178.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 240 | 0.14 | 0.37 | 0 | 0.06 | 276.82 | 0.75 | 0.77 |
| Hex | CE | 98 | F0 | E | 25 | 0 | 6 | 115 | 4B | 4D |
| Octal | 316 | 230 | 360 | 16 | 45 | 0 | 6 | 425 | 113 | 115 |
| Binary | 11001110 | 10011000 | 11110000 | 1110 | 100101 | 0 | 110 | 100010101 | 1001011 | 1001101 |
Color Harmonies of #CE98F0
Complementary color
Monochromatic Colors of #CE98F0
Black with #CE98F0
Text Example
Text Example
White with #CE98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98F0; }
p { color: rgb(206,152,240); }
H1.HeaderClassName
{
color: #CE98F0;
}
.AnyTagClassName
{
color: #CE98F0;
}
</style>
background-color css
<style>
a { background-color: #CE98F0; }
a { background-color: rgb(206,152,240); }
div.DivClassName
{
background-color: #CE98F0;
}
.BgClassName
{
background-color: #CE98F0;
}
</style>
border-color css
<style>
span { border-color: #CE98F0; }
span { border-color: rgb(206,152,240); }
td.TdClassName
{
border-color: #CE98F0;
}
.TagClassName
{
border-color: #CE98F0;
}
</style>