Shades of Wisteria #CE9CEB
Tints of Wisteria #CE9CEB
RGB
CMYK
RGB Variations
Color information
#CE9CEB (or 0xCE9CEB) is known color: Wisteria. HEX triplet: CE, 9C and EB. RGB value is (206,156,235). Sum of RGB (Red+Green+Blue) = 206+156+235=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CEB is #316314. Grayscale: #B3B3B3. Windows color (decimal): -3236629 or 15441102. OLE color: 15441102.
HSL color Cylindrical-coordinate representation of color #CE9CEB: hue angle of 277.97º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9CEB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 156 | 235 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.08 |
| HSL | 277.97º | 0.66% | 0.77% | - |
| HSV(B) | 277.97º | 0.34% | 0.92% | - |
| XYZ | 52.34 | 42.9 | 84.12 | - |
| YUV | 179.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 235 | 0.12 | 0.34 | 0 | 0.08 | 277.97 | 0.66 | 0.77 |
| Hex | CE | 9C | EB | C | 22 | 0 | 8 | 116 | 42 | 4D |
| Octal | 316 | 234 | 353 | 14 | 42 | 0 | 10 | 426 | 102 | 115 |
| Binary | 11001110 | 10011100 | 11101011 | 1100 | 100010 | 0 | 1000 | 100010110 | 1000010 | 1001101 |
Color Harmonies of #CE9CEB
Complementary color
Monochromatic Colors of #CE9CEB
Black with #CE9CEB
Text Example
Text Example
White with #CE9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CEB; }
p { color: rgb(206,156,235); }
H1.HeaderClassName
{
color: #CE9CEB;
}
.AnyTagClassName
{
color: #CE9CEB;
}
</style>
background-color css
<style>
a { background-color: #CE9CEB; }
a { background-color: rgb(206,156,235); }
div.DivClassName
{
background-color: #CE9CEB;
}
.BgClassName
{
background-color: #CE9CEB;
}
</style>
border-color css
<style>
span { border-color: #CE9CEB; }
span { border-color: rgb(206,156,235); }
td.TdClassName
{
border-color: #CE9CEB;
}
.TagClassName
{
border-color: #CE9CEB;
}
</style>