Shades of Heliotrope #CE68F4
Tints of Heliotrope #CE68F4
RGB
CMYK
RGB Variations
Color information
#CE68F4 (or 0xCE68F4) is known color: Heliotrope. HEX triplet: CE, 68 and F4. RGB value is (206,104,244). Sum of RGB (Red+Green+Blue) = 206+104+244=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68F4 is #31970B. Grayscale: #969696. Windows color (decimal): -3249932 or 16017614. OLE color: 16017614.
HSL color Cylindrical-coordinate representation of color #CE68F4: hue angle of 283.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE68F4 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 104 | 244 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.04 |
| HSL | 283.71º | 0.86% | 0.68% | - |
| HSV(B) | 283.71º | 0.57% | 0.96% | - |
| XYZ | 46.73 | 29.55 | 88.83 | - |
| YUV | 150.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 244 | 0.16 | 0.57 | 0 | 0.04 | 283.71 | 0.86 | 0.68 |
| Hex | CE | 68 | F4 | 10 | 39 | 0 | 4 | 11C | 56 | 44 |
| Octal | 316 | 150 | 364 | 20 | 71 | 0 | 4 | 434 | 126 | 104 |
| Binary | 11001110 | 1101000 | 11110100 | 10000 | 111001 | 0 | 100 | 100011100 | 1010110 | 1000100 |
Color Harmonies of #CE68F4
Complementary color
Monochromatic Colors of #CE68F4
Black with #CE68F4
Text Example
Text Example
White with #CE68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68F4; }
p { color: rgb(206,104,244); }
H1.HeaderClassName
{
color: #CE68F4;
}
.AnyTagClassName
{
color: #CE68F4;
}
</style>
background-color css
<style>
a { background-color: #CE68F4; }
a { background-color: rgb(206,104,244); }
div.DivClassName
{
background-color: #CE68F4;
}
.BgClassName
{
background-color: #CE68F4;
}
</style>
border-color css
<style>
span { border-color: #CE68F4; }
span { border-color: rgb(206,104,244); }
td.TdClassName
{
border-color: #CE68F4;
}
.TagClassName
{
border-color: #CE68F4;
}
</style>