Shades of Wisteria #CE8AF0
Tints of Wisteria #CE8AF0
RGB
CMYK
RGB Variations
Color information
#CE8AF0 (or 0xCE8AF0) is known color: Wisteria. HEX triplet: CE, 8A and F0. RGB value is (206,138,240). Sum of RGB (Red+Green+Blue) = 206+138+240=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AF0 is #31750F. Grayscale: #A9A9A9. Windows color (decimal): -3241232 or 15764174. OLE color: 15764174.
HSL color Cylindrical-coordinate representation of color #CE8AF0: hue angle of 280º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8AF0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 138 | 240 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.06 |
| HSL | 280º | 0.77% | 0.74% | - |
| HSV(B) | 280º | 0.43% | 0.94% | - |
| XYZ | 50.27 | 37.59 | 87.04 | - |
| YUV | 169.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 240 | 0.14 | 0.42 | 0 | 0.06 | 280 | 0.77 | 0.74 |
| Hex | CE | 8A | F0 | E | 2A | 0 | 6 | 118 | 4D | 4A |
| Octal | 316 | 212 | 360 | 16 | 52 | 0 | 6 | 430 | 115 | 112 |
| Binary | 11001110 | 10001010 | 11110000 | 1110 | 101010 | 0 | 110 | 100011000 | 1001101 | 1001010 |
Color Harmonies of #CE8AF0
Complementary color
Monochromatic Colors of #CE8AF0
Black with #CE8AF0
Text Example
Text Example
White with #CE8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AF0; }
p { color: rgb(206,138,240); }
H1.HeaderClassName
{
color: #CE8AF0;
}
.AnyTagClassName
{
color: #CE8AF0;
}
</style>
background-color css
<style>
a { background-color: #CE8AF0; }
a { background-color: rgb(206,138,240); }
div.DivClassName
{
background-color: #CE8AF0;
}
.BgClassName
{
background-color: #CE8AF0;
}
</style>
border-color css
<style>
span { border-color: #CE8AF0; }
span { border-color: rgb(206,138,240); }
td.TdClassName
{
border-color: #CE8AF0;
}
.TagClassName
{
border-color: #CE8AF0;
}
</style>