Shades of Wisteria #CE8CF3
Tints of Wisteria #CE8CF3
RGB
CMYK
RGB Variations
Color information
#CE8CF3 (or 0xCE8CF3) is known color: Wisteria. HEX triplet: CE, 8C and F3. RGB value is (206,140,243). Sum of RGB (Red+Green+Blue) = 206+140+243=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE8CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CF3 is #31730C. Grayscale: #ABABAB. Windows color (decimal): -3240717 or 15961294. OLE color: 15961294.
HSL color Cylindrical-coordinate representation of color #CE8CF3: hue angle of 278.45º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8CF3 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 140 | 243 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.05 |
| HSL | 278.45º | 0.81% | 0.75% | - |
| HSV(B) | 278.45º | 0.42% | 0.95% | - |
| XYZ | 51.01 | 38.35 | 89.51 | - |
| YUV | 171.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 243 | 0.15 | 0.42 | 0 | 0.05 | 278.45 | 0.81 | 0.75 |
| Hex | CE | 8C | F3 | F | 2A | 0 | 5 | 116 | 51 | 4B |
| Octal | 316 | 214 | 363 | 17 | 52 | 0 | 5 | 426 | 121 | 113 |
| Binary | 11001110 | 10001100 | 11110011 | 1111 | 101010 | 0 | 101 | 100010110 | 1010001 | 1001011 |
Color Harmonies of #CE8CF3
Complementary color
Monochromatic Colors of #CE8CF3
Black with #CE8CF3
Text Example
Text Example
White with #CE8CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CF3; }
p { color: rgb(206,140,243); }
H1.HeaderClassName
{
color: #CE8CF3;
}
.AnyTagClassName
{
color: #CE8CF3;
}
</style>
background-color css
<style>
a { background-color: #CE8CF3; }
a { background-color: rgb(206,140,243); }
div.DivClassName
{
background-color: #CE8CF3;
}
.BgClassName
{
background-color: #CE8CF3;
}
</style>
border-color css
<style>
span { border-color: #CE8CF3; }
span { border-color: rgb(206,140,243); }
td.TdClassName
{
border-color: #CE8CF3;
}
.TagClassName
{
border-color: #CE8CF3;
}
</style>