Shades of Heliotrope #CE50F7
Tints of Heliotrope #CE50F7
RGB
CMYK
RGB Variations
Color information
#CE50F7 (or 0xCE50F7) is known color: Heliotrope. HEX triplet: CE, 50 and F7. RGB value is (206,80,247). Sum of RGB (Red+Green+Blue) = 206+80+247=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE50F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50F7 is #31AF08. Grayscale: #888888. Windows color (decimal): -3256073 or 16208078. OLE color: 16208078.
HSL color Cylindrical-coordinate representation of color #CE50F7: hue angle of 285.27º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE50F7 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 80 | 247 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.03 |
| HSL | 285.27º | 0.91% | 0.64% | - |
| HSV(B) | 285.27º | 0.68% | 0.97% | - |
| XYZ | 45.11 | 25.57 | 90.55 | - |
| YUV | 136.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 247 | 0.17 | 0.68 | 0 | 0.03 | 285.27 | 0.91 | 0.64 |
| Hex | CE | 50 | F7 | 11 | 44 | 0 | 3 | 11D | 5B | 40 |
| Octal | 316 | 120 | 367 | 21 | 104 | 0 | 3 | 435 | 133 | 100 |
| Binary | 11001110 | 1010000 | 11110111 | 10001 | 1000100 | 0 | 11 | 100011101 | 1011011 | 1000000 |
Color Harmonies of #CE50F7
Complementary color
Monochromatic Colors of #CE50F7
Black with #CE50F7
Text Example
Text Example
White with #CE50F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50F7; }
p { color: rgb(206,80,247); }
H1.HeaderClassName
{
color: #CE50F7;
}
.AnyTagClassName
{
color: #CE50F7;
}
</style>
background-color css
<style>
a { background-color: #CE50F7; }
a { background-color: rgb(206,80,247); }
div.DivClassName
{
background-color: #CE50F7;
}
.BgClassName
{
background-color: #CE50F7;
}
</style>
border-color css
<style>
span { border-color: #CE50F7; }
span { border-color: rgb(206,80,247); }
td.TdClassName
{
border-color: #CE50F7;
}
.TagClassName
{
border-color: #CE50F7;
}
</style>