Shades of Wisteria #CE97EC
Tints of Wisteria #CE97EC
RGB
CMYK
RGB Variations
Color information
#CE97EC (or 0xCE97EC) is known color: Wisteria. HEX triplet: CE, 97 and EC. RGB value is (206,151,236). Sum of RGB (Red+Green+Blue) = 206+151+236=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97EC is #316813. Grayscale: #B0B0B0. Windows color (decimal): -3237908 or 15505358. OLE color: 15505358.
HSL color Cylindrical-coordinate representation of color #CE97EC: hue angle of 278.82º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE97EC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 151 | 236 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.07 |
| HSL | 278.82º | 0.69% | 0.76% | - |
| HSV(B) | 278.82º | 0.36% | 0.93% | - |
| XYZ | 51.66 | 41.31 | 84.61 | - |
| YUV | 177.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 236 | 0.13 | 0.36 | 0 | 0.07 | 278.82 | 0.69 | 0.76 |
| Hex | CE | 97 | EC | D | 24 | 0 | 7 | 117 | 45 | 4C |
| Octal | 316 | 227 | 354 | 15 | 44 | 0 | 7 | 427 | 105 | 114 |
| Binary | 11001110 | 10010111 | 11101100 | 1101 | 100100 | 0 | 111 | 100010111 | 1000101 | 1001100 |
Color Harmonies of #CE97EC
Complementary color
Monochromatic Colors of #CE97EC
Black with #CE97EC
Text Example
Text Example
White with #CE97EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE97EC; }
p { color: rgb(206,151,236); }
H1.HeaderClassName
{
color: #CE97EC;
}
.AnyTagClassName
{
color: #CE97EC;
}
</style>
background-color css
<style>
a { background-color: #CE97EC; }
a { background-color: rgb(206,151,236); }
div.DivClassName
{
background-color: #CE97EC;
}
.BgClassName
{
background-color: #CE97EC;
}
</style>
border-color css
<style>
span { border-color: #CE97EC; }
span { border-color: rgb(206,151,236); }
td.TdClassName
{
border-color: #CE97EC;
}
.TagClassName
{
border-color: #CE97EC;
}
</style>