Shades of Wisteria #CE8ADE
Tints of Wisteria #CE8ADE
RGB
CMYK
RGB Variations
Color information
#CE8ADE (or 0xCE8ADE) is known color: Wisteria. HEX triplet: CE, 8A and DE. RGB value is (206,138,222). Sum of RGB (Red+Green+Blue) = 206+138+222=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ADE is #317521. Grayscale: #A7A7A7. Windows color (decimal): -3241250 or 14584526. OLE color: 14584526.
HSL color Cylindrical-coordinate representation of color #CE8ADE: hue angle of 288.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8ADE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 138 | 222 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.13 |
| HSL | 288.57º | 0.56% | 0.71% | - |
| HSV(B) | 288.57º | 0.38% | 0.87% | - |
| XYZ | 47.73 | 36.57 | 73.65 | - |
| YUV | 167.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 222 | 0.07 | 0.38 | 0 | 0.13 | 288.57 | 0.56 | 0.71 |
| Hex | CE | 8A | DE | 7 | 26 | 0 | D | 121 | 38 | 47 |
| Octal | 316 | 212 | 336 | 7 | 46 | 0 | 15 | 441 | 70 | 107 |
| Binary | 11001110 | 10001010 | 11011110 | 111 | 100110 | 0 | 1101 | 100100001 | 111000 | 1000111 |
Color Harmonies of #CE8ADE
Complementary color
Monochromatic Colors of #CE8ADE
Black with #CE8ADE
Text Example
Text Example
White with #CE8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8ADE; }
p { color: rgb(206,138,222); }
H1.HeaderClassName
{
color: #CE8ADE;
}
.AnyTagClassName
{
color: #CE8ADE;
}
</style>
background-color css
<style>
a { background-color: #CE8ADE; }
a { background-color: rgb(206,138,222); }
div.DivClassName
{
background-color: #CE8ADE;
}
.BgClassName
{
background-color: #CE8ADE;
}
</style>
border-color css
<style>
span { border-color: #CE8ADE; }
span { border-color: rgb(206,138,222); }
td.TdClassName
{
border-color: #CE8ADE;
}
.TagClassName
{
border-color: #CE8ADE;
}
</style>