Shades of Heliotrope #DC4EFC
Tints of Heliotrope #DC4EFC
RGB
CMYK
RGB Variations
Color information
#DC4EFC (or 0xDC4EFC) is known color: Heliotrope. HEX triplet: DC, 4E and FC. RGB value is (220,78,252). Sum of RGB (Red+Green+Blue) = 220+78+252=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 78 (30.86% from 255 or 14.18% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4EFC is #23B103. Grayscale: #8B8B8B. Windows color (decimal): -2339076 or 16535260. OLE color: 16535260.
HSL color Cylindrical-coordinate representation of color #DC4EFC: hue angle of 288.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4EFC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 78 | 252 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.01 |
| HSL | 288.97º | 0.97% | 0.65% | - |
| HSV(B) | 288.97º | 0.69% | 0.99% | - |
| XYZ | 49.81 | 27.69 | 94.82 | - |
| YUV | 140.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 252 | 0.13 | 0.69 | 0 | 0.01 | 288.97 | 0.97 | 0.65 |
| Hex | DC | 4E | FC | D | 45 | 0 | 1 | 121 | 61 | 41 |
| Octal | 334 | 116 | 374 | 15 | 105 | 0 | 1 | 441 | 141 | 101 |
| Binary | 11011100 | 1001110 | 11111100 | 1101 | 1000101 | 0 | 1 | 100100001 | 1100001 | 1000001 |
Color Harmonies of #DC4EFC
Complementary color
Monochromatic Colors of #DC4EFC
Black with #DC4EFC
Text Example
Text Example
White with #DC4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EFC; }
p { color: rgb(220,78,252); }
H1.HeaderClassName
{
color: #DC4EFC;
}
.AnyTagClassName
{
color: #DC4EFC;
}
</style>
background-color css
<style>
a { background-color: #DC4EFC; }
a { background-color: rgb(220,78,252); }
div.DivClassName
{
background-color: #DC4EFC;
}
.BgClassName
{
background-color: #DC4EFC;
}
</style>
border-color css
<style>
span { border-color: #DC4EFC; }
span { border-color: rgb(220,78,252); }
td.TdClassName
{
border-color: #DC4EFC;
}
.TagClassName
{
border-color: #DC4EFC;
}
</style>