Shades of Heliotrope #CE6DF6
Tints of Heliotrope #CE6DF6
RGB
CMYK
RGB Variations
Color information
#CE6DF6 (or 0xCE6DF6) is known color: Heliotrope. HEX triplet: CE, 6D and F6. RGB value is (206,109,246). Sum of RGB (Red+Green+Blue) = 206+109+246=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE6DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DF6 is #319209. Grayscale: #999999. Windows color (decimal): -3248650 or 16149966. OLE color: 16149966.
HSL color Cylindrical-coordinate representation of color #CE6DF6: hue angle of 282.48º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6DF6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 109 | 246 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.04 |
| HSL | 282.48º | 0.88% | 0.7% | - |
| HSV(B) | 282.48º | 0.56% | 0.96% | - |
| XYZ | 47.56 | 30.71 | 90.61 | - |
| YUV | 153.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 246 | 0.16 | 0.56 | 0 | 0.04 | 282.48 | 0.88 | 0.7 |
| Hex | CE | 6D | F6 | 10 | 38 | 0 | 4 | 11A | 58 | 46 |
| Octal | 316 | 155 | 366 | 20 | 70 | 0 | 4 | 432 | 130 | 106 |
| Binary | 11001110 | 1101101 | 11110110 | 10000 | 111000 | 0 | 100 | 100011010 | 1011000 | 1000110 |
Color Harmonies of #CE6DF6
Complementary color
Monochromatic Colors of #CE6DF6
Black with #CE6DF6
Text Example
Text Example
White with #CE6DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DF6; }
p { color: rgb(206,109,246); }
H1.HeaderClassName
{
color: #CE6DF6;
}
.AnyTagClassName
{
color: #CE6DF6;
}
</style>
background-color css
<style>
a { background-color: #CE6DF6; }
a { background-color: rgb(206,109,246); }
div.DivClassName
{
background-color: #CE6DF6;
}
.BgClassName
{
background-color: #CE6DF6;
}
</style>
border-color css
<style>
span { border-color: #CE6DF6; }
span { border-color: rgb(206,109,246); }
td.TdClassName
{
border-color: #CE6DF6;
}
.TagClassName
{
border-color: #CE6DF6;
}
</style>