Shades of Heliotrope #CE74F7
Tints of Heliotrope #CE74F7
RGB
CMYK
RGB Variations
Color information
#CE74F7 (or 0xCE74F7) is known color: Heliotrope. HEX triplet: CE, 74 and F7. RGB value is (206,116,247). Sum of RGB (Red+Green+Blue) = 206+116+247=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE74F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74F7 is #318B08. Grayscale: #9D9D9D. Windows color (decimal): -3246857 or 16217294. OLE color: 16217294.
HSL color Cylindrical-coordinate representation of color #CE74F7: hue angle of 281.22º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE74F7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 116 | 247 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.03 |
| HSL | 281.22º | 0.89% | 0.71% | - |
| HSV(B) | 281.22º | 0.53% | 0.97% | - |
| XYZ | 48.49 | 32.33 | 91.68 | - |
| YUV | 157.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 247 | 0.17 | 0.53 | 0 | 0.03 | 281.22 | 0.89 | 0.71 |
| Hex | CE | 74 | F7 | 11 | 35 | 0 | 3 | 119 | 59 | 47 |
| Octal | 316 | 164 | 367 | 21 | 65 | 0 | 3 | 431 | 131 | 107 |
| Binary | 11001110 | 1110100 | 11110111 | 10001 | 110101 | 0 | 11 | 100011001 | 1011001 | 1000111 |
Color Harmonies of #CE74F7
Complementary color
Monochromatic Colors of #CE74F7
Black with #CE74F7
Text Example
Text Example
White with #CE74F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74F7; }
p { color: rgb(206,116,247); }
H1.HeaderClassName
{
color: #CE74F7;
}
.AnyTagClassName
{
color: #CE74F7;
}
</style>
background-color css
<style>
a { background-color: #CE74F7; }
a { background-color: rgb(206,116,247); }
div.DivClassName
{
background-color: #CE74F7;
}
.BgClassName
{
background-color: #CE74F7;
}
</style>
border-color css
<style>
span { border-color: #CE74F7; }
span { border-color: rgb(206,116,247); }
td.TdClassName
{
border-color: #CE74F7;
}
.TagClassName
{
border-color: #CE74F7;
}
</style>