Shades of Wisteria #CE99E7
Tints of Wisteria #CE99E7
RGB
CMYK
RGB Variations
Color information
#CE99E7 (or 0xCE99E7) is known color: Wisteria. HEX triplet: CE, 99 and E7. RGB value is (206,153,231). Sum of RGB (Red+Green+Blue) = 206+153+231=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE99E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99E7 is #316618. Grayscale: #B1B1B1. Windows color (decimal): -3237401 or 15178190. OLE color: 15178190.
HSL color Cylindrical-coordinate representation of color #CE99E7: hue angle of 280.77º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE99E7 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 153 | 231 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.09 |
| HSL | 280.77º | 0.62% | 0.75% | - |
| HSV(B) | 280.77º | 0.34% | 0.91% | - |
| XYZ | 51.27 | 41.67 | 80.94 | - |
| YUV | 177.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 231 | 0.11 | 0.34 | 0 | 0.09 | 280.77 | 0.62 | 0.75 |
| Hex | CE | 99 | E7 | B | 22 | 0 | 9 | 119 | 3E | 4B |
| Octal | 316 | 231 | 347 | 13 | 42 | 0 | 11 | 431 | 76 | 113 |
| Binary | 11001110 | 10011001 | 11100111 | 1011 | 100010 | 0 | 1001 | 100011001 | 111110 | 1001011 |
Color Harmonies of #CE99E7
Complementary color
Monochromatic Colors of #CE99E7
Black with #CE99E7
Text Example
Text Example
White with #CE99E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99E7; }
p { color: rgb(206,153,231); }
H1.HeaderClassName
{
color: #CE99E7;
}
.AnyTagClassName
{
color: #CE99E7;
}
</style>
background-color css
<style>
a { background-color: #CE99E7; }
a { background-color: rgb(206,153,231); }
div.DivClassName
{
background-color: #CE99E7;
}
.BgClassName
{
background-color: #CE99E7;
}
</style>
border-color css
<style>
span { border-color: #CE99E7; }
span { border-color: rgb(206,153,231); }
td.TdClassName
{
border-color: #CE99E7;
}
.TagClassName
{
border-color: #CE99E7;
}
</style>