Shades of Heliotrope #CE7EF1
Tints of Heliotrope #CE7EF1
RGB
CMYK
RGB Variations
Color information
#CE7EF1 (or 0xCE7EF1) is known color: Heliotrope. HEX triplet: CE, 7E and F1. RGB value is (206,126,241). Sum of RGB (Red+Green+Blue) = 206+126+241=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EF1 is #31810E. Grayscale: #A2A2A2. Windows color (decimal): -3244303 or 15826638. OLE color: 15826638.
HSL color Cylindrical-coordinate representation of color #CE7EF1: hue angle of 281.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7EF1 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 126 | 241 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.05 |
| HSL | 281.74º | 0.8% | 0.72% | - |
| HSV(B) | 281.74º | 0.48% | 0.95% | - |
| XYZ | 48.79 | 34.39 | 87.29 | - |
| YUV | 163.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 241 | 0.15 | 0.48 | 0 | 0.05 | 281.74 | 0.8 | 0.72 |
| Hex | CE | 7E | F1 | F | 30 | 0 | 5 | 11A | 50 | 48 |
| Octal | 316 | 176 | 361 | 17 | 60 | 0 | 5 | 432 | 120 | 110 |
| Binary | 11001110 | 1111110 | 11110001 | 1111 | 110000 | 0 | 101 | 100011010 | 1010000 | 1001000 |
Color Harmonies of #CE7EF1
Complementary color
Monochromatic Colors of #CE7EF1
Black with #CE7EF1
Text Example
Text Example
White with #CE7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EF1; }
p { color: rgb(206,126,241); }
H1.HeaderClassName
{
color: #CE7EF1;
}
.AnyTagClassName
{
color: #CE7EF1;
}
</style>
background-color css
<style>
a { background-color: #CE7EF1; }
a { background-color: rgb(206,126,241); }
div.DivClassName
{
background-color: #CE7EF1;
}
.BgClassName
{
background-color: #CE7EF1;
}
</style>
border-color css
<style>
span { border-color: #CE7EF1; }
span { border-color: rgb(206,126,241); }
td.TdClassName
{
border-color: #CE7EF1;
}
.TagClassName
{
border-color: #CE7EF1;
}
</style>