Shades of Heliotrope #CE62F0
Tints of Heliotrope #CE62F0
RGB
CMYK
RGB Variations
Color information
#CE62F0 (or 0xCE62F0) is known color: Heliotrope. HEX triplet: CE, 62 and F0. RGB value is (206,98,240). Sum of RGB (Red+Green+Blue) = 206+98+240=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE62F0 is #319D0F. Grayscale: #929292. Windows color (decimal): -3251472 or 15753934. OLE color: 15753934.
HSL color Cylindrical-coordinate representation of color #CE62F0: hue angle of 285.63º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE62F0 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 98 | 240 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.06 |
| HSL | 285.63º | 0.83% | 0.66% | - |
| HSV(B) | 285.63º | 0.59% | 0.94% | - |
| XYZ | 45.55 | 28.15 | 85.47 | - |
| YUV | 146.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 240 | 0.14 | 0.59 | 0 | 0.06 | 285.63 | 0.83 | 0.66 |
| Hex | CE | 62 | F0 | E | 3B | 0 | 6 | 11E | 53 | 42 |
| Octal | 316 | 142 | 360 | 16 | 73 | 0 | 6 | 436 | 123 | 102 |
| Binary | 11001110 | 1100010 | 11110000 | 1110 | 111011 | 0 | 110 | 100011110 | 1010011 | 1000010 |
Color Harmonies of #CE62F0
Complementary color
Monochromatic Colors of #CE62F0
Black with #CE62F0
Text Example
Text Example
White with #CE62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62F0; }
p { color: rgb(206,98,240); }
H1.HeaderClassName
{
color: #CE62F0;
}
.AnyTagClassName
{
color: #CE62F0;
}
</style>
background-color css
<style>
a { background-color: #CE62F0; }
a { background-color: rgb(206,98,240); }
div.DivClassName
{
background-color: #CE62F0;
}
.BgClassName
{
background-color: #CE62F0;
}
</style>
border-color css
<style>
span { border-color: #CE62F0; }
span { border-color: rgb(206,98,240); }
td.TdClassName
{
border-color: #CE62F0;
}
.TagClassName
{
border-color: #CE62F0;
}
</style>