Shades of Wisteria #CE96DD
Tints of Wisteria #CE96DD
RGB
CMYK
RGB Variations
Color information
#CE96DD (or 0xCE96DD) is known color: Wisteria. HEX triplet: CE, 96 and DD. RGB value is (206,150,221). Sum of RGB (Red+Green+Blue) = 206+150+221=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96DD is #316922. Grayscale: #AEAEAE. Windows color (decimal): -3238179 or 14522062. OLE color: 14522062.
HSL color Cylindrical-coordinate representation of color #CE96DD: hue angle of 287.32º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE96DD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 150 | 221 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.13 |
| HSL | 287.32º | 0.51% | 0.73% | - |
| HSV(B) | 287.32º | 0.32% | 0.87% | - |
| XYZ | 49.41 | 40.15 | 73.55 | - |
| YUV | 174.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 221 | 0.07 | 0.32 | 0 | 0.13 | 287.32 | 0.51 | 0.73 |
| Hex | CE | 96 | DD | 7 | 20 | 0 | D | 11F | 33 | 49 |
| Octal | 316 | 226 | 335 | 7 | 40 | 0 | 15 | 437 | 63 | 111 |
| Binary | 11001110 | 10010110 | 11011101 | 111 | 100000 | 0 | 1101 | 100011111 | 110011 | 1001001 |
Color Harmonies of #CE96DD
Complementary color
Monochromatic Colors of #CE96DD
Black with #CE96DD
Text Example
Text Example
White with #CE96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96DD; }
p { color: rgb(206,150,221); }
H1.HeaderClassName
{
color: #CE96DD;
}
.AnyTagClassName
{
color: #CE96DD;
}
</style>
background-color css
<style>
a { background-color: #CE96DD; }
a { background-color: rgb(206,150,221); }
div.DivClassName
{
background-color: #CE96DD;
}
.BgClassName
{
background-color: #CE96DD;
}
</style>
border-color css
<style>
span { border-color: #CE96DD; }
span { border-color: rgb(206,150,221); }
td.TdClassName
{
border-color: #CE96DD;
}
.TagClassName
{
border-color: #CE96DD;
}
</style>