Shades of Heliotrope #CE61F7
Tints of Heliotrope #CE61F7
RGB
CMYK
RGB Variations
Color information
#CE61F7 (or 0xCE61F7) is known color: Heliotrope. HEX triplet: CE, 61 and F7. RGB value is (206,97,247). Sum of RGB (Red+Green+Blue) = 206+97+247=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61F7 is #319E08. Grayscale: #929292. Windows color (decimal): -3251721 or 16212430. OLE color: 16212430.
HSL color Cylindrical-coordinate representation of color #CE61F7: hue angle of 283.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE61F7 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 97 | 247 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.03 |
| HSL | 283.6º | 0.9% | 0.67% | - |
| HSV(B) | 283.6º | 0.61% | 0.97% | - |
| XYZ | 46.52 | 28.39 | 91.02 | - |
| YUV | 146.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 247 | 0.17 | 0.61 | 0 | 0.03 | 283.6 | 0.9 | 0.67 |
| Hex | CE | 61 | F7 | 11 | 3D | 0 | 3 | 11C | 5A | 43 |
| Octal | 316 | 141 | 367 | 21 | 75 | 0 | 3 | 434 | 132 | 103 |
| Binary | 11001110 | 1100001 | 11110111 | 10001 | 111101 | 0 | 11 | 100011100 | 1011010 | 1000011 |
Color Harmonies of #CE61F7
Complementary color
Monochromatic Colors of #CE61F7
Black with #CE61F7
Text Example
Text Example
White with #CE61F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61F7; }
p { color: rgb(206,97,247); }
H1.HeaderClassName
{
color: #CE61F7;
}
.AnyTagClassName
{
color: #CE61F7;
}
</style>
background-color css
<style>
a { background-color: #CE61F7; }
a { background-color: rgb(206,97,247); }
div.DivClassName
{
background-color: #CE61F7;
}
.BgClassName
{
background-color: #CE61F7;
}
</style>
border-color css
<style>
span { border-color: #CE61F7; }
span { border-color: rgb(206,97,247); }
td.TdClassName
{
border-color: #CE61F7;
}
.TagClassName
{
border-color: #CE61F7;
}
</style>