Shades of Wisteria #CE9BDD
Tints of Wisteria #CE9BDD
RGB
CMYK
RGB Variations
Color information
#CE9BDD (or 0xCE9BDD) is known color: Wisteria. HEX triplet: CE, 9B and DD. RGB value is (206,155,221). Sum of RGB (Red+Green+Blue) = 206+155+221=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDD is #316422. Grayscale: #B1B1B1. Windows color (decimal): -3236899 or 14523342. OLE color: 14523342.
HSL color Cylindrical-coordinate representation of color #CE9BDD: hue angle of 286.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9BDD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 155 | 221 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.13 |
| HSL | 286.36º | 0.49% | 0.74% | - |
| HSV(B) | 286.36º | 0.3% | 0.87% | - |
| XYZ | 50.23 | 41.78 | 73.82 | - |
| YUV | 177.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 221 | 0.07 | 0.30 | 0 | 0.13 | 286.36 | 0.49 | 0.74 |
| Hex | CE | 9B | DD | 7 | 1E | 0 | D | 11E | 31 | 4A |
| Octal | 316 | 233 | 335 | 7 | 36 | 0 | 15 | 436 | 61 | 112 |
| Binary | 11001110 | 10011011 | 11011101 | 111 | 11110 | 0 | 1101 | 100011110 | 110001 | 1001010 |
Color Harmonies of #CE9BDD
Complementary color
Monochromatic Colors of #CE9BDD
Black with #CE9BDD
Text Example
Text Example
White with #CE9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BDD; }
p { color: rgb(206,155,221); }
H1.HeaderClassName
{
color: #CE9BDD;
}
.AnyTagClassName
{
color: #CE9BDD;
}
</style>
background-color css
<style>
a { background-color: #CE9BDD; }
a { background-color: rgb(206,155,221); }
div.DivClassName
{
background-color: #CE9BDD;
}
.BgClassName
{
background-color: #CE9BDD;
}
</style>
border-color css
<style>
span { border-color: #CE9BDD; }
span { border-color: rgb(206,155,221); }
td.TdClassName
{
border-color: #CE9BDD;
}
.TagClassName
{
border-color: #CE9BDD;
}
</style>