Shades of Wisteria #CE8BF2
Tints of Wisteria #CE8BF2
RGB
CMYK
RGB Variations
Color information
#CE8BF2 (or 0xCE8BF2) is known color: Wisteria. HEX triplet: CE, 8B and F2. RGB value is (206,139,242). Sum of RGB (Red+Green+Blue) = 206+139+242=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE8BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BF2 is #31740D. Grayscale: #AAAAAA. Windows color (decimal): -3240974 or 15895502. OLE color: 15895502.
HSL color Cylindrical-coordinate representation of color #CE8BF2: hue angle of 279.03º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8BF2 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 139 | 242 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.05 |
| HSL | 279.03º | 0.8% | 0.75% | - |
| HSV(B) | 279.03º | 0.43% | 0.95% | - |
| XYZ | 50.71 | 38 | 88.67 | - |
| YUV | 170.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 242 | 0.15 | 0.43 | 0 | 0.05 | 279.03 | 0.8 | 0.75 |
| Hex | CE | 8B | F2 | F | 2B | 0 | 5 | 117 | 50 | 4B |
| Octal | 316 | 213 | 362 | 17 | 53 | 0 | 5 | 427 | 120 | 113 |
| Binary | 11001110 | 10001011 | 11110010 | 1111 | 101011 | 0 | 101 | 100010111 | 1010000 | 1001011 |
Color Harmonies of #CE8BF2
Complementary color
Monochromatic Colors of #CE8BF2
Black with #CE8BF2
Text Example
Text Example
White with #CE8BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BF2; }
p { color: rgb(206,139,242); }
H1.HeaderClassName
{
color: #CE8BF2;
}
.AnyTagClassName
{
color: #CE8BF2;
}
</style>
background-color css
<style>
a { background-color: #CE8BF2; }
a { background-color: rgb(206,139,242); }
div.DivClassName
{
background-color: #CE8BF2;
}
.BgClassName
{
background-color: #CE8BF2;
}
</style>
border-color css
<style>
span { border-color: #CE8BF2; }
span { border-color: rgb(206,139,242); }
td.TdClassName
{
border-color: #CE8BF2;
}
.TagClassName
{
border-color: #CE8BF2;
}
</style>