Shades of Heliotrope #CE6DEE
Tints of Heliotrope #CE6DEE
RGB
CMYK
RGB Variations
Color information
#CE6DEE (or 0xCE6DEE) is known color: Heliotrope. HEX triplet: CE, 6D and EE. RGB value is (206,109,238). Sum of RGB (Red+Green+Blue) = 206+109+238=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DEE is #319211. Grayscale: #989898. Windows color (decimal): -3248658 or 15625678. OLE color: 15625678.
HSL color Cylindrical-coordinate representation of color #CE6DEE: hue angle of 285.12º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6DEE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 109 | 238 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.07 |
| HSL | 285.12º | 0.79% | 0.68% | - |
| HSV(B) | 285.12º | 0.54% | 0.93% | - |
| XYZ | 46.35 | 30.23 | 84.28 | - |
| YUV | 152.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 238 | 0.13 | 0.54 | 0 | 0.07 | 285.12 | 0.79 | 0.68 |
| Hex | CE | 6D | EE | D | 36 | 0 | 7 | 11D | 4F | 44 |
| Octal | 316 | 155 | 356 | 15 | 66 | 0 | 7 | 435 | 117 | 104 |
| Binary | 11001110 | 1101101 | 11101110 | 1101 | 110110 | 0 | 111 | 100011101 | 1001111 | 1000100 |
Color Harmonies of #CE6DEE
Complementary color
Monochromatic Colors of #CE6DEE
Black with #CE6DEE
Text Example
Text Example
White with #CE6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DEE; }
p { color: rgb(206,109,238); }
H1.HeaderClassName
{
color: #CE6DEE;
}
.AnyTagClassName
{
color: #CE6DEE;
}
</style>
background-color css
<style>
a { background-color: #CE6DEE; }
a { background-color: rgb(206,109,238); }
div.DivClassName
{
background-color: #CE6DEE;
}
.BgClassName
{
background-color: #CE6DEE;
}
</style>
border-color css
<style>
span { border-color: #CE6DEE; }
span { border-color: rgb(206,109,238); }
td.TdClassName
{
border-color: #CE6DEE;
}
.TagClassName
{
border-color: #CE6DEE;
}
</style>