Shades of Wisteria #CE8CF0
Tints of Wisteria #CE8CF0
RGB
CMYK
RGB Variations
Color information
#CE8CF0 (or 0xCE8CF0) is known color: Wisteria. HEX triplet: CE, 8C and F0. RGB value is (206,140,240). Sum of RGB (Red+Green+Blue) = 206+140+240=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE8CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CF0 is #31730F. Grayscale: #AAAAAA. Windows color (decimal): -3240720 or 15764686. OLE color: 15764686.
HSL color Cylindrical-coordinate representation of color #CE8CF0: hue angle of 279.6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8CF0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 140 | 240 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.06 |
| HSL | 279.6º | 0.77% | 0.75% | - |
| HSV(B) | 279.6º | 0.42% | 0.94% | - |
| XYZ | 50.56 | 38.17 | 87.14 | - |
| YUV | 171.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 240 | 0.14 | 0.42 | 0 | 0.06 | 279.6 | 0.77 | 0.75 |
| Hex | CE | 8C | F0 | E | 2A | 0 | 6 | 118 | 4D | 4B |
| Octal | 316 | 214 | 360 | 16 | 52 | 0 | 6 | 430 | 115 | 113 |
| Binary | 11001110 | 10001100 | 11110000 | 1110 | 101010 | 0 | 110 | 100011000 | 1001101 | 1001011 |
Color Harmonies of #CE8CF0
Complementary color
Monochromatic Colors of #CE8CF0
Black with #CE8CF0
Text Example
Text Example
White with #CE8CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CF0; }
p { color: rgb(206,140,240); }
H1.HeaderClassName
{
color: #CE8CF0;
}
.AnyTagClassName
{
color: #CE8CF0;
}
</style>
background-color css
<style>
a { background-color: #CE8CF0; }
a { background-color: rgb(206,140,240); }
div.DivClassName
{
background-color: #CE8CF0;
}
.BgClassName
{
background-color: #CE8CF0;
}
</style>
border-color css
<style>
span { border-color: #CE8CF0; }
span { border-color: rgb(206,140,240); }
td.TdClassName
{
border-color: #CE8CF0;
}
.TagClassName
{
border-color: #CE8CF0;
}
</style>