Shades of Heliotrope #CE7CF6
Tints of Heliotrope #CE7CF6
RGB
CMYK
RGB Variations
Color information
#CE7CF6 (or 0xCE7CF6) is known color: Heliotrope. HEX triplet: CE, 7C and F6. RGB value is (206,124,246). Sum of RGB (Red+Green+Blue) = 206+124+246=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE7CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CF6 is #318309. Grayscale: #A2A2A2. Windows color (decimal): -3244810 or 16153806. OLE color: 16153806.
HSL color Cylindrical-coordinate representation of color #CE7CF6: hue angle of 280.33º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7CF6 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 124 | 246 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.04 |
| HSL | 280.33º | 0.87% | 0.73% | - |
| HSV(B) | 280.33º | 0.5% | 0.96% | - |
| XYZ | 49.3 | 34.19 | 91.19 | - |
| YUV | 162.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 246 | 0.16 | 0.50 | 0 | 0.04 | 280.33 | 0.87 | 0.73 |
| Hex | CE | 7C | F6 | 10 | 32 | 0 | 4 | 118 | 57 | 49 |
| Octal | 316 | 174 | 366 | 20 | 62 | 0 | 4 | 430 | 127 | 111 |
| Binary | 11001110 | 1111100 | 11110110 | 10000 | 110010 | 0 | 100 | 100011000 | 1010111 | 1001001 |
Color Harmonies of #CE7CF6
Complementary color
Monochromatic Colors of #CE7CF6
Black with #CE7CF6
Text Example
Text Example
White with #CE7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CF6; }
p { color: rgb(206,124,246); }
H1.HeaderClassName
{
color: #CE7CF6;
}
.AnyTagClassName
{
color: #CE7CF6;
}
</style>
background-color css
<style>
a { background-color: #CE7CF6; }
a { background-color: rgb(206,124,246); }
div.DivClassName
{
background-color: #CE7CF6;
}
.BgClassName
{
background-color: #CE7CF6;
}
</style>
border-color css
<style>
span { border-color: #CE7CF6; }
span { border-color: rgb(206,124,246); }
td.TdClassName
{
border-color: #CE7CF6;
}
.TagClassName
{
border-color: #CE7CF6;
}
</style>