Shades of Wisteria #CE96D6
Tints of Wisteria #CE96D6
RGB
CMYK
RGB Variations
Color information
#CE96D6 (or 0xCE96D6) is known color: Wisteria. HEX triplet: CE, 96 and D6. RGB value is (206,150,214). Sum of RGB (Red+Green+Blue) = 206+150+214=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96D6 is #316929. Grayscale: #ADADAD. Windows color (decimal): -3238186 or 14063310. OLE color: 14063310.
HSL color Cylindrical-coordinate representation of color #CE96D6: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE96D6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 150 | 214 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.16 |
| HSL | 292.5º | 0.44% | 0.71% | - |
| HSV(B) | 292.5º | 0.3% | 0.84% | - |
| XYZ | 48.5 | 39.79 | 68.74 | - |
| YUV | 174.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 214 | 0.04 | 0.30 | 0 | 0.16 | 292.5 | 0.44 | 0.71 |
| Hex | CE | 96 | D6 | 4 | 1E | 0 | 10 | 124 | 2C | 47 |
| Octal | 316 | 226 | 326 | 4 | 36 | 0 | 20 | 444 | 54 | 107 |
| Binary | 11001110 | 10010110 | 11010110 | 100 | 11110 | 0 | 10000 | 100100100 | 101100 | 1000111 |
Color Harmonies of #CE96D6
Complementary color
Monochromatic Colors of #CE96D6
Black with #CE96D6
Text Example
Text Example
White with #CE96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96D6; }
p { color: rgb(206,150,214); }
H1.HeaderClassName
{
color: #CE96D6;
}
.AnyTagClassName
{
color: #CE96D6;
}
</style>
background-color css
<style>
a { background-color: #CE96D6; }
a { background-color: rgb(206,150,214); }
div.DivClassName
{
background-color: #CE96D6;
}
.BgClassName
{
background-color: #CE96D6;
}
</style>
border-color css
<style>
span { border-color: #CE96D6; }
span { border-color: rgb(206,150,214); }
td.TdClassName
{
border-color: #CE96D6;
}
.TagClassName
{
border-color: #CE96D6;
}
</style>