Shades of Heliotrope #CE7EEE
Tints of Heliotrope #CE7EEE
RGB
CMYK
RGB Variations
Color information
#CE7EEE (or 0xCE7EEE) is known color: Heliotrope. HEX triplet: CE, 7E and EE. RGB value is (206,126,238). Sum of RGB (Red+Green+Blue) = 206+126+238=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEE is #318111. Grayscale: #A2A2A2. Windows color (decimal): -3244306 or 15630030. OLE color: 15630030.
HSL color Cylindrical-coordinate representation of color #CE7EEE: hue angle of 282.86º degrees, saturation: 0.77, 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 #CE7EEE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 126 | 238 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.07 |
| HSL | 282.86º | 0.77% | 0.71% | - |
| HSV(B) | 282.86º | 0.47% | 0.93% | - |
| XYZ | 48.35 | 34.22 | 84.95 | - |
| YUV | 162.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 238 | 0.13 | 0.47 | 0 | 0.07 | 282.86 | 0.77 | 0.71 |
| Hex | CE | 7E | EE | D | 2F | 0 | 7 | 11B | 4D | 47 |
| Octal | 316 | 176 | 356 | 15 | 57 | 0 | 7 | 433 | 115 | 107 |
| Binary | 11001110 | 1111110 | 11101110 | 1101 | 101111 | 0 | 111 | 100011011 | 1001101 | 1000111 |
Color Harmonies of #CE7EEE
Complementary color
Monochromatic Colors of #CE7EEE
Black with #CE7EEE
Text Example
Text Example
White with #CE7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EEE; }
p { color: rgb(206,126,238); }
H1.HeaderClassName
{
color: #CE7EEE;
}
.AnyTagClassName
{
color: #CE7EEE;
}
</style>
background-color css
<style>
a { background-color: #CE7EEE; }
a { background-color: rgb(206,126,238); }
div.DivClassName
{
background-color: #CE7EEE;
}
.BgClassName
{
background-color: #CE7EEE;
}
</style>
border-color css
<style>
span { border-color: #CE7EEE; }
span { border-color: rgb(206,126,238); }
td.TdClassName
{
border-color: #CE7EEE;
}
.TagClassName
{
border-color: #CE7EEE;
}
</style>