Shades of Wisteria #CE9CDF
Tints of Wisteria #CE9CDF
RGB
CMYK
RGB Variations
Color information
#CE9CDF (or 0xCE9CDF) is known color: Wisteria. HEX triplet: CE, 9C and DF. RGB value is (206,156,223). Sum of RGB (Red+Green+Blue) = 206+156+223=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CDF is #316320. Grayscale: #B2B2B2. Windows color (decimal): -3236641 or 14654670. OLE color: 14654670.
HSL color Cylindrical-coordinate representation of color #CE9CDF: hue angle of 284.78º degrees, saturation: 0.51, 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 #CE9CDF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 156 | 223 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.13 |
| HSL | 284.78º | 0.51% | 0.74% | - |
| HSV(B) | 284.78º | 0.3% | 0.87% | - |
| XYZ | 50.66 | 42.23 | 75.29 | - |
| YUV | 178.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 223 | 0.08 | 0.30 | 0 | 0.13 | 284.78 | 0.51 | 0.74 |
| Hex | CE | 9C | DF | 8 | 1E | 0 | D | 11D | 33 | 4A |
| Octal | 316 | 234 | 337 | 10 | 36 | 0 | 15 | 435 | 63 | 112 |
| Binary | 11001110 | 10011100 | 11011111 | 1000 | 11110 | 0 | 1101 | 100011101 | 110011 | 1001010 |
Color Harmonies of #CE9CDF
Complementary color
Monochromatic Colors of #CE9CDF
Black with #CE9CDF
Text Example
Text Example
White with #CE9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CDF; }
p { color: rgb(206,156,223); }
H1.HeaderClassName
{
color: #CE9CDF;
}
.AnyTagClassName
{
color: #CE9CDF;
}
</style>
background-color css
<style>
a { background-color: #CE9CDF; }
a { background-color: rgb(206,156,223); }
div.DivClassName
{
background-color: #CE9CDF;
}
.BgClassName
{
background-color: #CE9CDF;
}
</style>
border-color css
<style>
span { border-color: #CE9CDF; }
span { border-color: rgb(206,156,223); }
td.TdClassName
{
border-color: #CE9CDF;
}
.TagClassName
{
border-color: #CE9CDF;
}
</style>