Shades of Heliotrope #CE70F7
Tints of Heliotrope #CE70F7
RGB
CMYK
RGB Variations
Color information
#CE70F7 (or 0xCE70F7) is known color: Heliotrope. HEX triplet: CE, 70 and F7. RGB value is (206,112,247). Sum of RGB (Red+Green+Blue) = 206+112+247=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70F7 is #318F08. Grayscale: #9B9B9B. Windows color (decimal): -3247881 or 16216270. OLE color: 16216270.
HSL color Cylindrical-coordinate representation of color #CE70F7: hue angle of 281.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE70F7 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 112 | 247 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.03 |
| HSL | 281.78º | 0.89% | 0.7% | - |
| HSV(B) | 281.78º | 0.55% | 0.97% | - |
| XYZ | 48.04 | 31.43 | 91.53 | - |
| YUV | 155.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 247 | 0.17 | 0.55 | 0 | 0.03 | 281.78 | 0.89 | 0.7 |
| Hex | CE | 70 | F7 | 11 | 37 | 0 | 3 | 11A | 59 | 46 |
| Octal | 316 | 160 | 367 | 21 | 67 | 0 | 3 | 432 | 131 | 106 |
| Binary | 11001110 | 1110000 | 11110111 | 10001 | 110111 | 0 | 11 | 100011010 | 1011001 | 1000110 |
Color Harmonies of #CE70F7
Complementary color
Monochromatic Colors of #CE70F7
Black with #CE70F7
Text Example
Text Example
White with #CE70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70F7; }
p { color: rgb(206,112,247); }
H1.HeaderClassName
{
color: #CE70F7;
}
.AnyTagClassName
{
color: #CE70F7;
}
</style>
background-color css
<style>
a { background-color: #CE70F7; }
a { background-color: rgb(206,112,247); }
div.DivClassName
{
background-color: #CE70F7;
}
.BgClassName
{
background-color: #CE70F7;
}
</style>
border-color css
<style>
span { border-color: #CE70F7; }
span { border-color: rgb(206,112,247); }
td.TdClassName
{
border-color: #CE70F7;
}
.TagClassName
{
border-color: #CE70F7;
}
</style>