Shades of Wisteria #CE8CDC
Tints of Wisteria #CE8CDC
RGB
CMYK
RGB Variations
Color information
#CE8CDC (or 0xCE8CDC) is known color: Wisteria. HEX triplet: CE, 8C and DC. RGB value is (206,140,220). Sum of RGB (Red+Green+Blue) = 206+140+220=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CDC is #317323. Grayscale: #A8A8A8. Windows color (decimal): -3240740 or 14453966. OLE color: 14453966.
HSL color Cylindrical-coordinate representation of color #CE8CDC: hue angle of 289.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8CDC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 140 | 220 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.14 |
| HSL | 289.5º | 0.53% | 0.71% | - |
| HSV(B) | 289.5º | 0.36% | 0.86% | - |
| XYZ | 47.75 | 37.05 | 72.34 | - |
| YUV | 168.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 220 | 0.06 | 0.36 | 0 | 0.14 | 289.5 | 0.53 | 0.71 |
| Hex | CE | 8C | DC | 6 | 24 | 0 | E | 122 | 35 | 47 |
| Octal | 316 | 214 | 334 | 6 | 44 | 0 | 16 | 442 | 65 | 107 |
| Binary | 11001110 | 10001100 | 11011100 | 110 | 100100 | 0 | 1110 | 100100010 | 110101 | 1000111 |
Color Harmonies of #CE8CDC
Complementary color
Monochromatic Colors of #CE8CDC
Black with #CE8CDC
Text Example
Text Example
White with #CE8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CDC; }
p { color: rgb(206,140,220); }
H1.HeaderClassName
{
color: #CE8CDC;
}
.AnyTagClassName
{
color: #CE8CDC;
}
</style>
background-color css
<style>
a { background-color: #CE8CDC; }
a { background-color: rgb(206,140,220); }
div.DivClassName
{
background-color: #CE8CDC;
}
.BgClassName
{
background-color: #CE8CDC;
}
</style>
border-color css
<style>
span { border-color: #CE8CDC; }
span { border-color: rgb(206,140,220); }
td.TdClassName
{
border-color: #CE8CDC;
}
.TagClassName
{
border-color: #CE8CDC;
}
</style>