Shades of Heliotrope #CE73F7
Tints of Heliotrope #CE73F7
RGB
CMYK
RGB Variations
Color information
#CE73F7 (or 0xCE73F7) is known color: Heliotrope. HEX triplet: CE, 73 and F7. RGB value is (206,115,247). Sum of RGB (Red+Green+Blue) = 206+115+247=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE73F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73F7 is #318C08. Grayscale: #9C9C9C. Windows color (decimal): -3247113 or 16217038. OLE color: 16217038.
HSL color Cylindrical-coordinate representation of color #CE73F7: hue angle of 281.36º 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 #CE73F7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 115 | 247 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.03 |
| HSL | 281.36º | 0.89% | 0.71% | - |
| HSV(B) | 281.36º | 0.53% | 0.97% | - |
| XYZ | 48.37 | 32.1 | 91.64 | - |
| YUV | 157.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 247 | 0.17 | 0.53 | 0 | 0.03 | 281.36 | 0.89 | 0.71 |
| Hex | CE | 73 | F7 | 11 | 35 | 0 | 3 | 119 | 59 | 47 |
| Octal | 316 | 163 | 367 | 21 | 65 | 0 | 3 | 431 | 131 | 107 |
| Binary | 11001110 | 1110011 | 11110111 | 10001 | 110101 | 0 | 11 | 100011001 | 1011001 | 1000111 |
Color Harmonies of #CE73F7
Complementary color
Monochromatic Colors of #CE73F7
Black with #CE73F7
Text Example
Text Example
White with #CE73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73F7; }
p { color: rgb(206,115,247); }
H1.HeaderClassName
{
color: #CE73F7;
}
.AnyTagClassName
{
color: #CE73F7;
}
</style>
background-color css
<style>
a { background-color: #CE73F7; }
a { background-color: rgb(206,115,247); }
div.DivClassName
{
background-color: #CE73F7;
}
.BgClassName
{
background-color: #CE73F7;
}
</style>
border-color css
<style>
span { border-color: #CE73F7; }
span { border-color: rgb(206,115,247); }
td.TdClassName
{
border-color: #CE73F7;
}
.TagClassName
{
border-color: #CE73F7;
}
</style>