Shades of Heliotrope #CE7CE6
Tints of Heliotrope #CE7CE6
RGB
CMYK
RGB Variations
Color information
#CE7CE6 (or 0xCE7CE6) is known color: Heliotrope. HEX triplet: CE, 7C and E6. RGB value is (206,124,230). Sum of RGB (Red+Green+Blue) = 206+124+230=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CE6 is #318319. Grayscale: #A0A0A0. Windows color (decimal): -3244826 or 15105230. OLE color: 15105230.
HSL color Cylindrical-coordinate representation of color #CE7CE6: hue angle of 286.42º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7CE6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 124 | 230 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.10 |
| HSL | 286.42º | 0.68% | 0.69% | - |
| HSV(B) | 286.42º | 0.46% | 0.9% | - |
| XYZ | 46.94 | 33.25 | 78.81 | - |
| YUV | 160.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 230 | 0.10 | 0.46 | 0 | 0.10 | 286.42 | 0.68 | 0.69 |
| Hex | CE | 7C | E6 | A | 2E | 0 | A | 11E | 44 | 45 |
| Octal | 316 | 174 | 346 | 12 | 56 | 0 | 12 | 436 | 104 | 105 |
| Binary | 11001110 | 1111100 | 11100110 | 1010 | 101110 | 0 | 1010 | 100011110 | 1000100 | 1000101 |
Color Harmonies of #CE7CE6
Complementary color
Monochromatic Colors of #CE7CE6
Black with #CE7CE6
Text Example
Text Example
White with #CE7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CE6; }
p { color: rgb(206,124,230); }
H1.HeaderClassName
{
color: #CE7CE6;
}
.AnyTagClassName
{
color: #CE7CE6;
}
</style>
background-color css
<style>
a { background-color: #CE7CE6; }
a { background-color: rgb(206,124,230); }
div.DivClassName
{
background-color: #CE7CE6;
}
.BgClassName
{
background-color: #CE7CE6;
}
</style>
border-color css
<style>
span { border-color: #CE7CE6; }
span { border-color: rgb(206,124,230); }
td.TdClassName
{
border-color: #CE7CE6;
}
.TagClassName
{
border-color: #CE7CE6;
}
</style>