Shades of Wisteria #CE8DDA
Tints of Wisteria #CE8DDA
RGB
CMYK
RGB Variations
Color information
#CE8DDA (or 0xCE8DDA) is known color: Wisteria. HEX triplet: CE, 8D and DA. RGB value is (206,141,218). Sum of RGB (Red+Green+Blue) = 206+141+218=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DDA is #317225. Grayscale: #A8A8A8. Windows color (decimal): -3240486 or 14323150. OLE color: 14323150.
HSL color Cylindrical-coordinate representation of color #CE8DDA: hue angle of 290.65º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8DDA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 141 | 218 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.15 |
| HSL | 290.65º | 0.51% | 0.7% | - |
| HSV(B) | 290.65º | 0.35% | 0.85% | - |
| XYZ | 47.63 | 37.23 | 71.01 | - |
| YUV | 169.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 218 | 0.06 | 0.35 | 0 | 0.15 | 290.65 | 0.51 | 0.7 |
| Hex | CE | 8D | DA | 6 | 23 | 0 | F | 123 | 33 | 46 |
| Octal | 316 | 215 | 332 | 6 | 43 | 0 | 17 | 443 | 63 | 106 |
| Binary | 11001110 | 10001101 | 11011010 | 110 | 100011 | 0 | 1111 | 100100011 | 110011 | 1000110 |
Color Harmonies of #CE8DDA
Complementary color
Monochromatic Colors of #CE8DDA
Black with #CE8DDA
Text Example
Text Example
White with #CE8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DDA; }
p { color: rgb(206,141,218); }
H1.HeaderClassName
{
color: #CE8DDA;
}
.AnyTagClassName
{
color: #CE8DDA;
}
</style>
background-color css
<style>
a { background-color: #CE8DDA; }
a { background-color: rgb(206,141,218); }
div.DivClassName
{
background-color: #CE8DDA;
}
.BgClassName
{
background-color: #CE8DDA;
}
</style>
border-color css
<style>
span { border-color: #CE8DDA; }
span { border-color: rgb(206,141,218); }
td.TdClassName
{
border-color: #CE8DDA;
}
.TagClassName
{
border-color: #CE8DDA;
}
</style>