Shades of Heliotrope #CE68F5
Tints of Heliotrope #CE68F5
RGB
CMYK
RGB Variations
Color information
#CE68F5 (or 0xCE68F5) is known color: Heliotrope. HEX triplet: CE, 68 and F5. RGB value is (206,104,245). Sum of RGB (Red+Green+Blue) = 206+104+245=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68F5 is #31970A. Grayscale: #969696. Windows color (decimal): -3249931 or 16083150. OLE color: 16083150.
HSL color Cylindrical-coordinate representation of color #CE68F5: hue angle of 283.4º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE68F5 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 104 | 245 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.04 |
| HSL | 283.4º | 0.88% | 0.68% | - |
| HSV(B) | 283.4º | 0.58% | 0.96% | - |
| XYZ | 46.89 | 29.62 | 89.63 | - |
| YUV | 150.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 245 | 0.16 | 0.58 | 0 | 0.04 | 283.4 | 0.88 | 0.68 |
| Hex | CE | 68 | F5 | 10 | 3A | 0 | 4 | 11B | 58 | 44 |
| Octal | 316 | 150 | 365 | 20 | 72 | 0 | 4 | 433 | 130 | 104 |
| Binary | 11001110 | 1101000 | 11110101 | 10000 | 111010 | 0 | 100 | 100011011 | 1011000 | 1000100 |
Color Harmonies of #CE68F5
Complementary color
Monochromatic Colors of #CE68F5
Black with #CE68F5
Text Example
Text Example
White with #CE68F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68F5; }
p { color: rgb(206,104,245); }
H1.HeaderClassName
{
color: #CE68F5;
}
.AnyTagClassName
{
color: #CE68F5;
}
</style>
background-color css
<style>
a { background-color: #CE68F5; }
a { background-color: rgb(206,104,245); }
div.DivClassName
{
background-color: #CE68F5;
}
.BgClassName
{
background-color: #CE68F5;
}
</style>
border-color css
<style>
span { border-color: #CE68F5; }
span { border-color: rgb(206,104,245); }
td.TdClassName
{
border-color: #CE68F5;
}
.TagClassName
{
border-color: #CE68F5;
}
</style>