Shades of Heliotrope #CE6DED
Tints of Heliotrope #CE6DED
RGB
CMYK
RGB Variations
Color information
#CE6DED (or 0xCE6DED) is known color: Heliotrope. HEX triplet: CE, 6D and ED. RGB value is (206,109,237). Sum of RGB (Red+Green+Blue) = 206+109+237=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DED is #319212. Grayscale: #989898. Windows color (decimal): -3248659 or 15560142. OLE color: 15560142.
HSL color Cylindrical-coordinate representation of color #CE6DED: hue angle of 285.47º degrees, saturation: 0.78, 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 #CE6DED is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 109 | 237 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.07 |
| HSL | 285.47º | 0.78% | 0.68% | - |
| HSV(B) | 285.47º | 0.54% | 0.93% | - |
| XYZ | 46.21 | 30.17 | 83.51 | - |
| YUV | 152.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 237 | 0.13 | 0.54 | 0 | 0.07 | 285.47 | 0.78 | 0.68 |
| Hex | CE | 6D | ED | D | 36 | 0 | 7 | 11D | 4E | 44 |
| Octal | 316 | 155 | 355 | 15 | 66 | 0 | 7 | 435 | 116 | 104 |
| Binary | 11001110 | 1101101 | 11101101 | 1101 | 110110 | 0 | 111 | 100011101 | 1001110 | 1000100 |
Color Harmonies of #CE6DED
Complementary color
Monochromatic Colors of #CE6DED
Black with #CE6DED
Text Example
Text Example
White with #CE6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DED; }
p { color: rgb(206,109,237); }
H1.HeaderClassName
{
color: #CE6DED;
}
.AnyTagClassName
{
color: #CE6DED;
}
</style>
background-color css
<style>
a { background-color: #CE6DED; }
a { background-color: rgb(206,109,237); }
div.DivClassName
{
background-color: #CE6DED;
}
.BgClassName
{
background-color: #CE6DED;
}
</style>
border-color css
<style>
span { border-color: #CE6DED; }
span { border-color: rgb(206,109,237); }
td.TdClassName
{
border-color: #CE6DED;
}
.TagClassName
{
border-color: #CE6DED;
}
</style>