Shades of Wisteria #CE96E5
Tints of Wisteria #CE96E5
RGB
CMYK
RGB Variations
Color information
#CE96E5 (or 0xCE96E5) is known color: Wisteria. HEX triplet: CE, 96 and E5. RGB value is (206,150,229). Sum of RGB (Red+Green+Blue) = 206+150+229=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96E5 is #31691A. Grayscale: #AFAFAF. Windows color (decimal): -3238171 or 15046350. OLE color: 15046350.
HSL color Cylindrical-coordinate representation of color #CE96E5: hue angle of 282.53º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE96E5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 150 | 229 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.10 |
| HSL | 282.53º | 0.6% | 0.74% | - |
| HSV(B) | 282.53º | 0.34% | 0.9% | - |
| XYZ | 50.5 | 40.59 | 79.3 | - |
| YUV | 175.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 229 | 0.10 | 0.34 | 0 | 0.10 | 282.53 | 0.6 | 0.74 |
| Hex | CE | 96 | E5 | A | 22 | 0 | A | 11B | 3C | 4A |
| Octal | 316 | 226 | 345 | 12 | 42 | 0 | 12 | 433 | 74 | 112 |
| Binary | 11001110 | 10010110 | 11100101 | 1010 | 100010 | 0 | 1010 | 100011011 | 111100 | 1001010 |
Color Harmonies of #CE96E5
Complementary color
Monochromatic Colors of #CE96E5
Black with #CE96E5
Text Example
Text Example
White with #CE96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96E5; }
p { color: rgb(206,150,229); }
H1.HeaderClassName
{
color: #CE96E5;
}
.AnyTagClassName
{
color: #CE96E5;
}
</style>
background-color css
<style>
a { background-color: #CE96E5; }
a { background-color: rgb(206,150,229); }
div.DivClassName
{
background-color: #CE96E5;
}
.BgClassName
{
background-color: #CE96E5;
}
</style>
border-color css
<style>
span { border-color: #CE96E5; }
span { border-color: rgb(206,150,229); }
td.TdClassName
{
border-color: #CE96E5;
}
.TagClassName
{
border-color: #CE96E5;
}
</style>