Shades of Wisteria #CE8AEC
Tints of Wisteria #CE8AEC
RGB
CMYK
RGB Variations
Color information
#CE8AEC (or 0xCE8AEC) is known color: Wisteria. HEX triplet: CE, 8A and EC. RGB value is (206,138,236). Sum of RGB (Red+Green+Blue) = 206+138+236=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AEC is #317513. Grayscale: #A9A9A9. Windows color (decimal): -3241236 or 15502030. OLE color: 15502030.
HSL color Cylindrical-coordinate representation of color #CE8AEC: hue angle of 281.63º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8AEC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 138 | 236 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.07 |
| HSL | 281.63º | 0.72% | 0.73% | - |
| HSV(B) | 281.63º | 0.42% | 0.93% | - |
| XYZ | 49.68 | 37.35 | 83.95 | - |
| YUV | 169.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 236 | 0.13 | 0.42 | 0 | 0.07 | 281.63 | 0.72 | 0.73 |
| Hex | CE | 8A | EC | D | 2A | 0 | 7 | 11A | 48 | 49 |
| Octal | 316 | 212 | 354 | 15 | 52 | 0 | 7 | 432 | 110 | 111 |
| Binary | 11001110 | 10001010 | 11101100 | 1101 | 101010 | 0 | 111 | 100011010 | 1001000 | 1001001 |
Color Harmonies of #CE8AEC
Complementary color
Monochromatic Colors of #CE8AEC
Black with #CE8AEC
Text Example
Text Example
White with #CE8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AEC; }
p { color: rgb(206,138,236); }
H1.HeaderClassName
{
color: #CE8AEC;
}
.AnyTagClassName
{
color: #CE8AEC;
}
</style>
background-color css
<style>
a { background-color: #CE8AEC; }
a { background-color: rgb(206,138,236); }
div.DivClassName
{
background-color: #CE8AEC;
}
.BgClassName
{
background-color: #CE8AEC;
}
</style>
border-color css
<style>
span { border-color: #CE8AEC; }
span { border-color: rgb(206,138,236); }
td.TdClassName
{
border-color: #CE8AEC;
}
.TagClassName
{
border-color: #CE8AEC;
}
</style>