Shades of Heliotrope #DC6FEC
Tints of Heliotrope #DC6FEC
RGB
CMYK
RGB Variations
Color information
#DC6FEC (or 0xDC6FEC) is known color: Heliotrope. HEX triplet: DC, 6F and EC. RGB value is (220,111,236). Sum of RGB (Red+Green+Blue) = 220+111+236=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FEC is #239013. Grayscale: #9D9D9D. Windows color (decimal): -2330644 or 15495132. OLE color: 15495132.
HSL color Cylindrical-coordinate representation of color #DC6FEC: hue angle of 292.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6FEC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 111 | 236 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.07 |
| HSL | 292.32º | 0.77% | 0.68% | - |
| HSV(B) | 292.32º | 0.53% | 0.93% | - |
| XYZ | 50.34 | 32.64 | 83 | - |
| YUV | 157.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 236 | 0.07 | 0.53 | 0 | 0.07 | 292.32 | 0.77 | 0.68 |
| Hex | DC | 6F | EC | 7 | 35 | 0 | 7 | 124 | 4D | 44 |
| Octal | 334 | 157 | 354 | 7 | 65 | 0 | 7 | 444 | 115 | 104 |
| Binary | 11011100 | 1101111 | 11101100 | 111 | 110101 | 0 | 111 | 100100100 | 1001101 | 1000100 |
Color Harmonies of #DC6FEC
Complementary color
Monochromatic Colors of #DC6FEC
Black with #DC6FEC
Text Example
Text Example
White with #DC6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FEC; }
p { color: rgb(220,111,236); }
H1.HeaderClassName
{
color: #DC6FEC;
}
.AnyTagClassName
{
color: #DC6FEC;
}
</style>
background-color css
<style>
a { background-color: #DC6FEC; }
a { background-color: rgb(220,111,236); }
div.DivClassName
{
background-color: #DC6FEC;
}
.BgClassName
{
background-color: #DC6FEC;
}
</style>
border-color css
<style>
span { border-color: #DC6FEC; }
span { border-color: rgb(220,111,236); }
td.TdClassName
{
border-color: #DC6FEC;
}
.TagClassName
{
border-color: #DC6FEC;
}
</style>