Shades of Wisteria #CE99EC
Tints of Wisteria #CE99EC
RGB
CMYK
RGB Variations
Color information
#CE99EC (or 0xCE99EC) is known color: Wisteria. HEX triplet: CE, 99 and EC. RGB value is (206,153,236). Sum of RGB (Red+Green+Blue) = 206+153+236=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99EC is #316613. Grayscale: #B2B2B2. Windows color (decimal): -3237396 or 15505870. OLE color: 15505870.
HSL color Cylindrical-coordinate representation of color #CE99EC: hue angle of 278.31º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE99EC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 153 | 236 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.07 |
| HSL | 278.31º | 0.69% | 0.76% | - |
| HSV(B) | 278.31º | 0.35% | 0.93% | - |
| XYZ | 51.99 | 41.96 | 84.72 | - |
| YUV | 178.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 236 | 0.13 | 0.35 | 0 | 0.07 | 278.31 | 0.69 | 0.76 |
| Hex | CE | 99 | EC | D | 23 | 0 | 7 | 116 | 45 | 4C |
| Octal | 316 | 231 | 354 | 15 | 43 | 0 | 7 | 426 | 105 | 114 |
| Binary | 11001110 | 10011001 | 11101100 | 1101 | 100011 | 0 | 111 | 100010110 | 1000101 | 1001100 |
Color Harmonies of #CE99EC
Complementary color
Monochromatic Colors of #CE99EC
Black with #CE99EC
Text Example
Text Example
White with #CE99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99EC; }
p { color: rgb(206,153,236); }
H1.HeaderClassName
{
color: #CE99EC;
}
.AnyTagClassName
{
color: #CE99EC;
}
</style>
background-color css
<style>
a { background-color: #CE99EC; }
a { background-color: rgb(206,153,236); }
div.DivClassName
{
background-color: #CE99EC;
}
.BgClassName
{
background-color: #CE99EC;
}
</style>
border-color css
<style>
span { border-color: #CE99EC; }
span { border-color: rgb(206,153,236); }
td.TdClassName
{
border-color: #CE99EC;
}
.TagClassName
{
border-color: #CE99EC;
}
</style>