Shades of Heliotrope #CE7EFE
Tints of Heliotrope #CE7EFE
RGB
CMYK
RGB Variations
Color information
#CE7EFE (or 0xCE7EFE) is known color: Heliotrope. HEX triplet: CE, 7E and FE. RGB value is (206,126,254). Sum of RGB (Red+Green+Blue) = 206+126+254=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EFE is #318101. Grayscale: #A4A4A4. Windows color (decimal): -3244290 or 16678606. OLE color: 16678606.
HSL color Cylindrical-coordinate representation of color #CE7EFE: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7EFE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 126 | 254 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.00 |
| HSL | 277.5º | 0.98% | 0.75% | - |
| HSV(B) | 277.5º | 0.5% | 1% | - |
| XYZ | 50.8 | 35.2 | 97.88 | - |
| YUV | 164.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 254 | 0.19 | 0.50 | 0 | 0.00 | 277.5 | 0.98 | 0.75 |
| Hex | CE | 7E | FE | 13 | 32 | 0 | 0 | 116 | 62 | 4B |
| Octal | 316 | 176 | 376 | 23 | 62 | 0 | 0 | 426 | 142 | 113 |
| Binary | 11001110 | 1111110 | 11111110 | 10011 | 110010 | 0 | 0 | 100010110 | 1100010 | 1001011 |
Color Harmonies of #CE7EFE
Complementary color
Monochromatic Colors of #CE7EFE
Black with #CE7EFE
Text Example
Text Example
White with #CE7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EFE; }
p { color: rgb(206,126,254); }
H1.HeaderClassName
{
color: #CE7EFE;
}
.AnyTagClassName
{
color: #CE7EFE;
}
</style>
background-color css
<style>
a { background-color: #CE7EFE; }
a { background-color: rgb(206,126,254); }
div.DivClassName
{
background-color: #CE7EFE;
}
.BgClassName
{
background-color: #CE7EFE;
}
</style>
border-color css
<style>
span { border-color: #CE7EFE; }
span { border-color: rgb(206,126,254); }
td.TdClassName
{
border-color: #CE7EFE;
}
.TagClassName
{
border-color: #CE7EFE;
}
</style>