Shades of Heliotrope #CE68F1
Tints of Heliotrope #CE68F1
RGB
CMYK
RGB Variations
Color information
#CE68F1 (or 0xCE68F1) is known color: Heliotrope. HEX triplet: CE, 68 and F1. RGB value is (206,104,241). Sum of RGB (Red+Green+Blue) = 206+104+241=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68F1 is #31970E. Grayscale: #959595. Windows color (decimal): -3249935 or 15821006. OLE color: 15821006.
HSL color Cylindrical-coordinate representation of color #CE68F1: hue angle of 284.67º degrees, saturation: 0.83, 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 #CE68F1 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 104 | 241 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.05 |
| HSL | 284.67º | 0.83% | 0.68% | - |
| HSV(B) | 284.67º | 0.57% | 0.95% | - |
| XYZ | 46.28 | 29.37 | 86.45 | - |
| YUV | 150.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 241 | 0.15 | 0.57 | 0 | 0.05 | 284.67 | 0.83 | 0.68 |
| Hex | CE | 68 | F1 | F | 39 | 0 | 5 | 11D | 53 | 44 |
| Octal | 316 | 150 | 361 | 17 | 71 | 0 | 5 | 435 | 123 | 104 |
| Binary | 11001110 | 1101000 | 11110001 | 1111 | 111001 | 0 | 101 | 100011101 | 1010011 | 1000100 |
Color Harmonies of #CE68F1
Complementary color
Monochromatic Colors of #CE68F1
Black with #CE68F1
Text Example
Text Example
White with #CE68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68F1; }
p { color: rgb(206,104,241); }
H1.HeaderClassName
{
color: #CE68F1;
}
.AnyTagClassName
{
color: #CE68F1;
}
</style>
background-color css
<style>
a { background-color: #CE68F1; }
a { background-color: rgb(206,104,241); }
div.DivClassName
{
background-color: #CE68F1;
}
.BgClassName
{
background-color: #CE68F1;
}
</style>
border-color css
<style>
span { border-color: #CE68F1; }
span { border-color: rgb(206,104,241); }
td.TdClassName
{
border-color: #CE68F1;
}
.TagClassName
{
border-color: #CE68F1;
}
</style>