Shades of Heliotrope #CE71F0
Tints of Heliotrope #CE71F0
RGB
CMYK
RGB Variations
Color information
#CE71F0 (or 0xCE71F0) is known color: Heliotrope. HEX triplet: CE, 71 and F0. RGB value is (206,113,240). Sum of RGB (Red+Green+Blue) = 206+113+240=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE71F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71F0 is #318E0F. Grayscale: #9A9A9A. Windows color (decimal): -3247632 or 15757774. OLE color: 15757774.
HSL color Cylindrical-coordinate representation of color #CE71F0: hue angle of 283.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE71F0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 113 | 240 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.06 |
| HSL | 283.94º | 0.81% | 0.69% | - |
| HSV(B) | 283.94º | 0.53% | 0.94% | - |
| XYZ | 47.09 | 31.22 | 85.98 | - |
| YUV | 155.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 240 | 0.14 | 0.53 | 0 | 0.06 | 283.94 | 0.81 | 0.69 |
| Hex | CE | 71 | F0 | E | 35 | 0 | 6 | 11C | 51 | 45 |
| Octal | 316 | 161 | 360 | 16 | 65 | 0 | 6 | 434 | 121 | 105 |
| Binary | 11001110 | 1110001 | 11110000 | 1110 | 110101 | 0 | 110 | 100011100 | 1010001 | 1000101 |
Color Harmonies of #CE71F0
Complementary color
Monochromatic Colors of #CE71F0
Black with #CE71F0
Text Example
Text Example
White with #CE71F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71F0; }
p { color: rgb(206,113,240); }
H1.HeaderClassName
{
color: #CE71F0;
}
.AnyTagClassName
{
color: #CE71F0;
}
</style>
background-color css
<style>
a { background-color: #CE71F0; }
a { background-color: rgb(206,113,240); }
div.DivClassName
{
background-color: #CE71F0;
}
.BgClassName
{
background-color: #CE71F0;
}
</style>
border-color css
<style>
span { border-color: #CE71F0; }
span { border-color: rgb(206,113,240); }
td.TdClassName
{
border-color: #CE71F0;
}
.TagClassName
{
border-color: #CE71F0;
}
</style>