Shades of Wisteria #CE8CF2
Tints of Wisteria #CE8CF2
RGB
CMYK
RGB Variations
Color information
#CE8CF2 (or 0xCE8CF2) is known color: Wisteria. HEX triplet: CE, 8C and F2. RGB value is (206,140,242). Sum of RGB (Red+Green+Blue) = 206+140+242=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE8CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CF2 is #31730D. Grayscale: #ABABAB. Windows color (decimal): -3240718 or 15895758. OLE color: 15895758.
HSL color Cylindrical-coordinate representation of color #CE8CF2: hue angle of 278.82º degrees, saturation: 0.8, 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 #CE8CF2 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 140 | 242 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.05 |
| HSL | 278.82º | 0.8% | 0.75% | - |
| HSV(B) | 278.82º | 0.42% | 0.95% | - |
| XYZ | 50.86 | 38.29 | 88.71 | - |
| YUV | 171.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 242 | 0.15 | 0.42 | 0 | 0.05 | 278.82 | 0.8 | 0.75 |
| Hex | CE | 8C | F2 | F | 2A | 0 | 5 | 117 | 50 | 4B |
| Octal | 316 | 214 | 362 | 17 | 52 | 0 | 5 | 427 | 120 | 113 |
| Binary | 11001110 | 10001100 | 11110010 | 1111 | 101010 | 0 | 101 | 100010111 | 1010000 | 1001011 |
Color Harmonies of #CE8CF2
Complementary color
Monochromatic Colors of #CE8CF2
Black with #CE8CF2
Text Example
Text Example
White with #CE8CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CF2; }
p { color: rgb(206,140,242); }
H1.HeaderClassName
{
color: #CE8CF2;
}
.AnyTagClassName
{
color: #CE8CF2;
}
</style>
background-color css
<style>
a { background-color: #CE8CF2; }
a { background-color: rgb(206,140,242); }
div.DivClassName
{
background-color: #CE8CF2;
}
.BgClassName
{
background-color: #CE8CF2;
}
</style>
border-color css
<style>
span { border-color: #CE8CF2; }
span { border-color: rgb(206,140,242); }
td.TdClassName
{
border-color: #CE8CF2;
}
.TagClassName
{
border-color: #CE8CF2;
}
</style>