Shades of Heliotrope #CE74F6
Tints of Heliotrope #CE74F6
RGB
CMYK
RGB Variations
Color information
#CE74F6 (or 0xCE74F6) is known color: Heliotrope. HEX triplet: CE, 74 and F6. RGB value is (206,116,246). Sum of RGB (Red+Green+Blue) = 206+116+246=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE74F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74F6 is #318B09. Grayscale: #9D9D9D. Windows color (decimal): -3246858 or 16151758. OLE color: 16151758.
HSL color Cylindrical-coordinate representation of color #CE74F6: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE74F6 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 116 | 246 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.04 |
| HSL | 281.54º | 0.88% | 0.71% | - |
| HSV(B) | 281.54º | 0.53% | 0.96% | - |
| XYZ | 48.33 | 32.27 | 90.87 | - |
| YUV | 157.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 246 | 0.16 | 0.53 | 0 | 0.04 | 281.54 | 0.88 | 0.71 |
| Hex | CE | 74 | F6 | 10 | 35 | 0 | 4 | 11A | 58 | 47 |
| Octal | 316 | 164 | 366 | 20 | 65 | 0 | 4 | 432 | 130 | 107 |
| Binary | 11001110 | 1110100 | 11110110 | 10000 | 110101 | 0 | 100 | 100011010 | 1011000 | 1000111 |
Color Harmonies of #CE74F6
Complementary color
Monochromatic Colors of #CE74F6
Black with #CE74F6
Text Example
Text Example
White with #CE74F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74F6; }
p { color: rgb(206,116,246); }
H1.HeaderClassName
{
color: #CE74F6;
}
.AnyTagClassName
{
color: #CE74F6;
}
</style>
background-color css
<style>
a { background-color: #CE74F6; }
a { background-color: rgb(206,116,246); }
div.DivClassName
{
background-color: #CE74F6;
}
.BgClassName
{
background-color: #CE74F6;
}
</style>
border-color css
<style>
span { border-color: #CE74F6; }
span { border-color: rgb(206,116,246); }
td.TdClassName
{
border-color: #CE74F6;
}
.TagClassName
{
border-color: #CE74F6;
}
</style>