Shades of Heliotrope #CE68F3
Tints of Heliotrope #CE68F3
RGB
CMYK
RGB Variations
Color information
#CE68F3 (or 0xCE68F3) is known color: Heliotrope. HEX triplet: CE, 68 and F3. RGB value is (206,104,243). Sum of RGB (Red+Green+Blue) = 206+104+243=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE68F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68F3 is #31970C. Grayscale: #959595. Windows color (decimal): -3249933 or 15952078. OLE color: 15952078.
HSL color Cylindrical-coordinate representation of color #CE68F3: hue angle of 284.03º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE68F3 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 104 | 243 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.05 |
| HSL | 284.03º | 0.85% | 0.68% | - |
| HSV(B) | 284.03º | 0.57% | 0.95% | - |
| XYZ | 46.58 | 29.49 | 88.03 | - |
| YUV | 150.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 243 | 0.15 | 0.57 | 0 | 0.05 | 284.03 | 0.85 | 0.68 |
| Hex | CE | 68 | F3 | F | 39 | 0 | 5 | 11C | 55 | 44 |
| Octal | 316 | 150 | 363 | 17 | 71 | 0 | 5 | 434 | 125 | 104 |
| Binary | 11001110 | 1101000 | 11110011 | 1111 | 111001 | 0 | 101 | 100011100 | 1010101 | 1000100 |
Color Harmonies of #CE68F3
Complementary color
Monochromatic Colors of #CE68F3
Black with #CE68F3
Text Example
Text Example
White with #CE68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68F3; }
p { color: rgb(206,104,243); }
H1.HeaderClassName
{
color: #CE68F3;
}
.AnyTagClassName
{
color: #CE68F3;
}
</style>
background-color css
<style>
a { background-color: #CE68F3; }
a { background-color: rgb(206,104,243); }
div.DivClassName
{
background-color: #CE68F3;
}
.BgClassName
{
background-color: #CE68F3;
}
</style>
border-color css
<style>
span { border-color: #CE68F3; }
span { border-color: rgb(206,104,243); }
td.TdClassName
{
border-color: #CE68F3;
}
.TagClassName
{
border-color: #CE68F3;
}
</style>