Shades of Wisteria #CE8CDD
Tints of Wisteria #CE8CDD
RGB
CMYK
RGB Variations
Color information
#CE8CDD (or 0xCE8CDD) is known color: Wisteria. HEX triplet: CE, 8C and DD. RGB value is (206,140,221). Sum of RGB (Red+Green+Blue) = 206+140+221=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CDD is #317322. Grayscale: #A8A8A8. Windows color (decimal): -3240739 or 14519502. OLE color: 14519502.
HSL color Cylindrical-coordinate representation of color #CE8CDD: hue angle of 288.89º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8CDD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 140 | 221 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.13 |
| HSL | 288.89º | 0.54% | 0.71% | - |
| HSV(B) | 288.89º | 0.37% | 0.87% | - |
| XYZ | 47.88 | 37.1 | 73.04 | - |
| YUV | 168.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 221 | 0.07 | 0.37 | 0 | 0.13 | 288.89 | 0.54 | 0.71 |
| Hex | CE | 8C | DD | 7 | 25 | 0 | D | 121 | 36 | 47 |
| Octal | 316 | 214 | 335 | 7 | 45 | 0 | 15 | 441 | 66 | 107 |
| Binary | 11001110 | 10001100 | 11011101 | 111 | 100101 | 0 | 1101 | 100100001 | 110110 | 1000111 |
Color Harmonies of #CE8CDD
Complementary color
Monochromatic Colors of #CE8CDD
Black with #CE8CDD
Text Example
Text Example
White with #CE8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CDD; }
p { color: rgb(206,140,221); }
H1.HeaderClassName
{
color: #CE8CDD;
}
.AnyTagClassName
{
color: #CE8CDD;
}
</style>
background-color css
<style>
a { background-color: #CE8CDD; }
a { background-color: rgb(206,140,221); }
div.DivClassName
{
background-color: #CE8CDD;
}
.BgClassName
{
background-color: #CE8CDD;
}
</style>
border-color css
<style>
span { border-color: #CE8CDD; }
span { border-color: rgb(206,140,221); }
td.TdClassName
{
border-color: #CE8CDD;
}
.TagClassName
{
border-color: #CE8CDD;
}
</style>