Shades of Heliotrope #CE7EF8
Tints of Heliotrope #CE7EF8
RGB
CMYK
RGB Variations
Color information
#CE7EF8 (or 0xCE7EF8) is known color: Heliotrope. HEX triplet: CE, 7E and F8. RGB value is (206,126,248). Sum of RGB (Red+Green+Blue) = 206+126+248=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE7EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EF8 is #318107. Grayscale: #A3A3A3. Windows color (decimal): -3244296 or 16285390. OLE color: 16285390.
HSL color Cylindrical-coordinate representation of color #CE7EF8: hue angle of 279.34º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7EF8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 126 | 248 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.03 |
| HSL | 279.34º | 0.9% | 0.73% | - |
| HSV(B) | 279.34º | 0.49% | 0.97% | - |
| XYZ | 49.86 | 34.82 | 92.9 | - |
| YUV | 163.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 248 | 0.17 | 0.49 | 0 | 0.03 | 279.34 | 0.9 | 0.73 |
| Hex | CE | 7E | F8 | 11 | 31 | 0 | 3 | 117 | 5A | 49 |
| Octal | 316 | 176 | 370 | 21 | 61 | 0 | 3 | 427 | 132 | 111 |
| Binary | 11001110 | 1111110 | 11111000 | 10001 | 110001 | 0 | 11 | 100010111 | 1011010 | 1001001 |
Color Harmonies of #CE7EF8
Complementary color
Monochromatic Colors of #CE7EF8
Black with #CE7EF8
Text Example
Text Example
White with #CE7EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EF8; }
p { color: rgb(206,126,248); }
H1.HeaderClassName
{
color: #CE7EF8;
}
.AnyTagClassName
{
color: #CE7EF8;
}
</style>
background-color css
<style>
a { background-color: #CE7EF8; }
a { background-color: rgb(206,126,248); }
div.DivClassName
{
background-color: #CE7EF8;
}
.BgClassName
{
background-color: #CE7EF8;
}
</style>
border-color css
<style>
span { border-color: #CE7EF8; }
span { border-color: rgb(206,126,248); }
td.TdClassName
{
border-color: #CE7EF8;
}
.TagClassName
{
border-color: #CE7EF8;
}
</style>