Shades of Wisteria #CE8CDE
Tints of Wisteria #CE8CDE
RGB
CMYK
RGB Variations
Color information
#CE8CDE (or 0xCE8CDE) is known color: Wisteria. HEX triplet: CE, 8C and DE. RGB value is (206,140,222). Sum of RGB (Red+Green+Blue) = 206+140+222=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CDE is #317321. Grayscale: #A8A8A8. Windows color (decimal): -3240738 or 14585038. OLE color: 14585038.
HSL color Cylindrical-coordinate representation of color #CE8CDE: hue angle of 288.29º degrees, saturation: 0.55, 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 #CE8CDE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 140 | 222 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.13 |
| HSL | 288.29º | 0.55% | 0.71% | - |
| HSV(B) | 288.29º | 0.37% | 0.87% | - |
| XYZ | 48.02 | 37.15 | 73.75 | - |
| YUV | 169.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 222 | 0.07 | 0.37 | 0 | 0.13 | 288.29 | 0.55 | 0.71 |
| Hex | CE | 8C | DE | 7 | 25 | 0 | D | 120 | 37 | 47 |
| Octal | 316 | 214 | 336 | 7 | 45 | 0 | 15 | 440 | 67 | 107 |
| Binary | 11001110 | 10001100 | 11011110 | 111 | 100101 | 0 | 1101 | 100100000 | 110111 | 1000111 |
Color Harmonies of #CE8CDE
Complementary color
Monochromatic Colors of #CE8CDE
Black with #CE8CDE
Text Example
Text Example
White with #CE8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CDE; }
p { color: rgb(206,140,222); }
H1.HeaderClassName
{
color: #CE8CDE;
}
.AnyTagClassName
{
color: #CE8CDE;
}
</style>
background-color css
<style>
a { background-color: #CE8CDE; }
a { background-color: rgb(206,140,222); }
div.DivClassName
{
background-color: #CE8CDE;
}
.BgClassName
{
background-color: #CE8CDE;
}
</style>
border-color css
<style>
span { border-color: #CE8CDE; }
span { border-color: rgb(206,140,222); }
td.TdClassName
{
border-color: #CE8CDE;
}
.TagClassName
{
border-color: #CE8CDE;
}
</style>