Shades of Wisteria #CE99EE
Tints of Wisteria #CE99EE
RGB
CMYK
RGB Variations
Color information
#CE99EE (or 0xCE99EE) is known color: Wisteria. HEX triplet: CE, 99 and EE. RGB value is (206,153,238). Sum of RGB (Red+Green+Blue) = 206+153+238=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99EE is #316611. Grayscale: #B2B2B2. Windows color (decimal): -3237394 or 15636942. OLE color: 15636942.
HSL color Cylindrical-coordinate representation of color #CE99EE: hue angle of 277.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE99EE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 153 | 238 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.07 |
| HSL | 277.41º | 0.71% | 0.77% | - |
| HSV(B) | 277.41º | 0.36% | 0.93% | - |
| XYZ | 52.28 | 42.08 | 86.26 | - |
| YUV | 178.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 238 | 0.13 | 0.36 | 0 | 0.07 | 277.41 | 0.71 | 0.77 |
| Hex | CE | 99 | EE | D | 24 | 0 | 7 | 115 | 47 | 4D |
| Octal | 316 | 231 | 356 | 15 | 44 | 0 | 7 | 425 | 107 | 115 |
| Binary | 11001110 | 10011001 | 11101110 | 1101 | 100100 | 0 | 111 | 100010101 | 1000111 | 1001101 |
Color Harmonies of #CE99EE
Complementary color
Monochromatic Colors of #CE99EE
Black with #CE99EE
Text Example
Text Example
White with #CE99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99EE; }
p { color: rgb(206,153,238); }
H1.HeaderClassName
{
color: #CE99EE;
}
.AnyTagClassName
{
color: #CE99EE;
}
</style>
background-color css
<style>
a { background-color: #CE99EE; }
a { background-color: rgb(206,153,238); }
div.DivClassName
{
background-color: #CE99EE;
}
.BgClassName
{
background-color: #CE99EE;
}
</style>
border-color css
<style>
span { border-color: #CE99EE; }
span { border-color: rgb(206,153,238); }
td.TdClassName
{
border-color: #CE99EE;
}
.TagClassName
{
border-color: #CE99EE;
}
</style>