Shades of Heliotrope #DC6DEC
Tints of Heliotrope #DC6DEC
RGB
CMYK
RGB Variations
Color information
#DC6DEC (or 0xDC6DEC) is known color: Heliotrope. HEX triplet: DC, 6D and EC. RGB value is (220,109,236). Sum of RGB (Red+Green+Blue) = 220+109+236=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DEC is #239213. Grayscale: #9C9C9C. Windows color (decimal): -2331156 or 15494620. OLE color: 15494620.
HSL color Cylindrical-coordinate representation of color #DC6DEC: hue angle of 292.44º degrees, saturation: 0.77, 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 #DC6DEC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 109 | 236 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.07 |
| HSL | 292.44º | 0.77% | 0.68% | - |
| HSV(B) | 292.44º | 0.54% | 0.93% | - |
| XYZ | 50.12 | 32.21 | 82.93 | - |
| YUV | 156.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 236 | 0.07 | 0.54 | 0 | 0.07 | 292.44 | 0.77 | 0.68 |
| Hex | DC | 6D | EC | 7 | 36 | 0 | 7 | 124 | 4D | 44 |
| Octal | 334 | 155 | 354 | 7 | 66 | 0 | 7 | 444 | 115 | 104 |
| Binary | 11011100 | 1101101 | 11101100 | 111 | 110110 | 0 | 111 | 100100100 | 1001101 | 1000100 |
Color Harmonies of #DC6DEC
Complementary color
Monochromatic Colors of #DC6DEC
Black with #DC6DEC
Text Example
Text Example
White with #DC6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DEC; }
p { color: rgb(220,109,236); }
H1.HeaderClassName
{
color: #DC6DEC;
}
.AnyTagClassName
{
color: #DC6DEC;
}
</style>
background-color css
<style>
a { background-color: #DC6DEC; }
a { background-color: rgb(220,109,236); }
div.DivClassName
{
background-color: #DC6DEC;
}
.BgClassName
{
background-color: #DC6DEC;
}
</style>
border-color css
<style>
span { border-color: #DC6DEC; }
span { border-color: rgb(220,109,236); }
td.TdClassName
{
border-color: #DC6DEC;
}
.TagClassName
{
border-color: #DC6DEC;
}
</style>