Shades of Wisteria #CE8CEF
Tints of Wisteria #CE8CEF
RGB
CMYK
RGB Variations
Color information
#CE8CEF (or 0xCE8CEF) is known color: Wisteria. HEX triplet: CE, 8C and EF. RGB value is (206,140,239). Sum of RGB (Red+Green+Blue) = 206+140+239=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CEF is #317310. Grayscale: #AAAAAA. Windows color (decimal): -3240721 or 15699150. OLE color: 15699150.
HSL color Cylindrical-coordinate representation of color #CE8CEF: hue angle of 280º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE8CEF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 140 | 239 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.06 |
| HSL | 280º | 0.76% | 0.74% | - |
| HSV(B) | 280º | 0.41% | 0.94% | - |
| XYZ | 50.41 | 38.11 | 86.36 | - |
| YUV | 171.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 239 | 0.14 | 0.41 | 0 | 0.06 | 280 | 0.76 | 0.74 |
| Hex | CE | 8C | EF | E | 29 | 0 | 6 | 118 | 4C | 4A |
| Octal | 316 | 214 | 357 | 16 | 51 | 0 | 6 | 430 | 114 | 112 |
| Binary | 11001110 | 10001100 | 11101111 | 1110 | 101001 | 0 | 110 | 100011000 | 1001100 | 1001010 |
Color Harmonies of #CE8CEF
Complementary color
Monochromatic Colors of #CE8CEF
Black with #CE8CEF
Text Example
Text Example
White with #CE8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CEF; }
p { color: rgb(206,140,239); }
H1.HeaderClassName
{
color: #CE8CEF;
}
.AnyTagClassName
{
color: #CE8CEF;
}
</style>
background-color css
<style>
a { background-color: #CE8CEF; }
a { background-color: rgb(206,140,239); }
div.DivClassName
{
background-color: #CE8CEF;
}
.BgClassName
{
background-color: #CE8CEF;
}
</style>
border-color css
<style>
span { border-color: #CE8CEF; }
span { border-color: rgb(206,140,239); }
td.TdClassName
{
border-color: #CE8CEF;
}
.TagClassName
{
border-color: #CE8CEF;
}
</style>