Shades of Wisteria #CE9CEE
Tints of Wisteria #CE9CEE
RGB
CMYK
RGB Variations
Color information
#CE9CEE (or 0xCE9CEE) is known color: Wisteria. HEX triplet: CE, 9C and EE. RGB value is (206,156,238). Sum of RGB (Red+Green+Blue) = 206+156+238=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CEE is #316311. Grayscale: #B4B4B4. Windows color (decimal): -3236626 or 15637710. OLE color: 15637710.
HSL color Cylindrical-coordinate representation of color #CE9CEE: hue angle of 276.59º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9CEE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 156 | 238 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.07 |
| HSL | 276.59º | 0.71% | 0.77% | - |
| HSV(B) | 276.59º | 0.34% | 0.93% | - |
| XYZ | 52.77 | 43.07 | 86.42 | - |
| YUV | 180.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 238 | 0.13 | 0.34 | 0 | 0.07 | 276.59 | 0.71 | 0.77 |
| Hex | CE | 9C | EE | D | 22 | 0 | 7 | 115 | 47 | 4D |
| Octal | 316 | 234 | 356 | 15 | 42 | 0 | 7 | 425 | 107 | 115 |
| Binary | 11001110 | 10011100 | 11101110 | 1101 | 100010 | 0 | 111 | 100010101 | 1000111 | 1001101 |
Color Harmonies of #CE9CEE
Complementary color
Monochromatic Colors of #CE9CEE
Black with #CE9CEE
Text Example
Text Example
White with #CE9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CEE; }
p { color: rgb(206,156,238); }
H1.HeaderClassName
{
color: #CE9CEE;
}
.AnyTagClassName
{
color: #CE9CEE;
}
</style>
background-color css
<style>
a { background-color: #CE9CEE; }
a { background-color: rgb(206,156,238); }
div.DivClassName
{
background-color: #CE9CEE;
}
.BgClassName
{
background-color: #CE9CEE;
}
</style>
border-color css
<style>
span { border-color: #CE9CEE; }
span { border-color: rgb(206,156,238); }
td.TdClassName
{
border-color: #CE9CEE;
}
.TagClassName
{
border-color: #CE9CEE;
}
</style>