Shades of Wisteria #CE8EDC
Tints of Wisteria #CE8EDC
RGB
CMYK
RGB Variations
Color information
#CE8EDC (or 0xCE8EDC) is known color: Wisteria. HEX triplet: CE, 8E and DC. RGB value is (206,142,220). Sum of RGB (Red+Green+Blue) = 206+142+220=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDC is #317123. Grayscale: #A9A9A9. Windows color (decimal): -3240228 or 14454478. OLE color: 14454478.
HSL color Cylindrical-coordinate representation of color #CE8EDC: hue angle of 289.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8EDC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 142 | 220 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.14 |
| HSL | 289.23º | 0.53% | 0.71% | - |
| HSV(B) | 289.23º | 0.35% | 0.86% | - |
| XYZ | 48.04 | 37.64 | 72.44 | - |
| YUV | 170.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 220 | 0.06 | 0.35 | 0 | 0.14 | 289.23 | 0.53 | 0.71 |
| Hex | CE | 8E | DC | 6 | 23 | 0 | E | 121 | 35 | 47 |
| Octal | 316 | 216 | 334 | 6 | 43 | 0 | 16 | 441 | 65 | 107 |
| Binary | 11001110 | 10001110 | 11011100 | 110 | 100011 | 0 | 1110 | 100100001 | 110101 | 1000111 |
Color Harmonies of #CE8EDC
Complementary color
Monochromatic Colors of #CE8EDC
Black with #CE8EDC
Text Example
Text Example
White with #CE8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EDC; }
p { color: rgb(206,142,220); }
H1.HeaderClassName
{
color: #CE8EDC;
}
.AnyTagClassName
{
color: #CE8EDC;
}
</style>
background-color css
<style>
a { background-color: #CE8EDC; }
a { background-color: rgb(206,142,220); }
div.DivClassName
{
background-color: #CE8EDC;
}
.BgClassName
{
background-color: #CE8EDC;
}
</style>
border-color css
<style>
span { border-color: #CE8EDC; }
span { border-color: rgb(206,142,220); }
td.TdClassName
{
border-color: #CE8EDC;
}
.TagClassName
{
border-color: #CE8EDC;
}
</style>