Shades of Heliotrope #CE6EF0
Tints of Heliotrope #CE6EF0
RGB
CMYK
RGB Variations
Color information
#CE6EF0 (or 0xCE6EF0) is known color: Heliotrope. HEX triplet: CE, 6E and F0. RGB value is (206,110,240). Sum of RGB (Red+Green+Blue) = 206+110+240=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EF0 is #31910F. Grayscale: #999999. Windows color (decimal): -3248400 or 15757006. OLE color: 15757006.
HSL color Cylindrical-coordinate representation of color #CE6EF0: hue angle of 284.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6EF0 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 110 | 240 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.06 |
| HSL | 284.31º | 0.81% | 0.69% | - |
| HSV(B) | 284.31º | 0.54% | 0.94% | - |
| XYZ | 46.76 | 30.56 | 85.87 | - |
| YUV | 153.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 240 | 0.14 | 0.54 | 0 | 0.06 | 284.31 | 0.81 | 0.69 |
| Hex | CE | 6E | F0 | E | 36 | 0 | 6 | 11C | 51 | 45 |
| Octal | 316 | 156 | 360 | 16 | 66 | 0 | 6 | 434 | 121 | 105 |
| Binary | 11001110 | 1101110 | 11110000 | 1110 | 110110 | 0 | 110 | 100011100 | 1010001 | 1000101 |
Color Harmonies of #CE6EF0
Complementary color
Monochromatic Colors of #CE6EF0
Black with #CE6EF0
Text Example
Text Example
White with #CE6EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EF0; }
p { color: rgb(206,110,240); }
H1.HeaderClassName
{
color: #CE6EF0;
}
.AnyTagClassName
{
color: #CE6EF0;
}
</style>
background-color css
<style>
a { background-color: #CE6EF0; }
a { background-color: rgb(206,110,240); }
div.DivClassName
{
background-color: #CE6EF0;
}
.BgClassName
{
background-color: #CE6EF0;
}
</style>
border-color css
<style>
span { border-color: #CE6EF0; }
span { border-color: rgb(206,110,240); }
td.TdClassName
{
border-color: #CE6EF0;
}
.TagClassName
{
border-color: #CE6EF0;
}
</style>