Shades of Heliotrope #CE61F9
Tints of Heliotrope #CE61F9
RGB
CMYK
RGB Variations
Color information
#CE61F9 (or 0xCE61F9) is known color: Heliotrope. HEX triplet: CE, 61 and F9. RGB value is (206,97,249). Sum of RGB (Red+Green+Blue) = 206+97+249=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE61F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61F9 is #319E06. Grayscale: #929292. Windows color (decimal): -3251719 or 16343502. OLE color: 16343502.
HSL color Cylindrical-coordinate representation of color #CE61F9: hue angle of 283.03º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE61F9 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 97 | 249 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.02 |
| HSL | 283.03º | 0.93% | 0.68% | - |
| HSV(B) | 283.03º | 0.61% | 0.98% | - |
| XYZ | 46.83 | 28.51 | 92.66 | - |
| YUV | 146.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 249 | 0.17 | 0.61 | 0 | 0.02 | 283.03 | 0.93 | 0.68 |
| Hex | CE | 61 | F9 | 11 | 3D | 0 | 2 | 11B | 5D | 44 |
| Octal | 316 | 141 | 371 | 21 | 75 | 0 | 2 | 433 | 135 | 104 |
| Binary | 11001110 | 1100001 | 11111001 | 10001 | 111101 | 0 | 10 | 100011011 | 1011101 | 1000100 |
Color Harmonies of #CE61F9
Complementary color
Monochromatic Colors of #CE61F9
Black with #CE61F9
Text Example
Text Example
White with #CE61F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61F9; }
p { color: rgb(206,97,249); }
H1.HeaderClassName
{
color: #CE61F9;
}
.AnyTagClassName
{
color: #CE61F9;
}
</style>
background-color css
<style>
a { background-color: #CE61F9; }
a { background-color: rgb(206,97,249); }
div.DivClassName
{
background-color: #CE61F9;
}
.BgClassName
{
background-color: #CE61F9;
}
</style>
border-color css
<style>
span { border-color: #CE61F9; }
span { border-color: rgb(206,97,249); }
td.TdClassName
{
border-color: #CE61F9;
}
.TagClassName
{
border-color: #CE61F9;
}
</style>