Shades of Heliotrope #CE7EEC
Tints of Heliotrope #CE7EEC
RGB
CMYK
RGB Variations
Color information
#CE7EEC (or 0xCE7EEC) is known color: Heliotrope. HEX triplet: CE, 7E and EC. RGB value is (206,126,236). Sum of RGB (Red+Green+Blue) = 206+126+236=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEC is #318113. Grayscale: #A2A2A2. Windows color (decimal): -3244308 or 15498958. OLE color: 15498958.
HSL color Cylindrical-coordinate representation of color #CE7EEC: hue angle of 283.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7EEC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 126 | 236 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.07 |
| HSL | 283.64º | 0.74% | 0.71% | - |
| HSV(B) | 283.64º | 0.47% | 0.93% | - |
| XYZ | 48.05 | 34.1 | 83.41 | - |
| YUV | 162.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 236 | 0.13 | 0.47 | 0 | 0.07 | 283.64 | 0.74 | 0.71 |
| Hex | CE | 7E | EC | D | 2F | 0 | 7 | 11C | 4A | 47 |
| Octal | 316 | 176 | 354 | 15 | 57 | 0 | 7 | 434 | 112 | 107 |
| Binary | 11001110 | 1111110 | 11101100 | 1101 | 101111 | 0 | 111 | 100011100 | 1001010 | 1000111 |
Color Harmonies of #CE7EEC
Complementary color
Monochromatic Colors of #CE7EEC
Black with #CE7EEC
Text Example
Text Example
White with #CE7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EEC; }
p { color: rgb(206,126,236); }
H1.HeaderClassName
{
color: #CE7EEC;
}
.AnyTagClassName
{
color: #CE7EEC;
}
</style>
background-color css
<style>
a { background-color: #CE7EEC; }
a { background-color: rgb(206,126,236); }
div.DivClassName
{
background-color: #CE7EEC;
}
.BgClassName
{
background-color: #CE7EEC;
}
</style>
border-color css
<style>
span { border-color: #CE7EEC; }
span { border-color: rgb(206,126,236); }
td.TdClassName
{
border-color: #CE7EEC;
}
.TagClassName
{
border-color: #CE7EEC;
}
</style>