Shades of Heliotrope #DC7CFE
Tints of Heliotrope #DC7CFE
RGB
CMYK
RGB Variations
Color information
#DC7CFE (or 0xDC7CFE) is known color: Heliotrope. HEX triplet: DC, 7C and FE. RGB value is (220,124,254). Sum of RGB (Red+Green+Blue) = 220+124+254=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFE is #238301. Grayscale: #A7A7A7. Windows color (decimal): -2327298 or 16678108. OLE color: 16678108.
HSL color Cylindrical-coordinate representation of color #DC7CFE: hue angle of 284.31º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7CFE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 124 | 254 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.00 |
| HSL | 284.31º | 0.98% | 0.74% | - |
| HSV(B) | 284.31º | 0.51% | 1% | - |
| XYZ | 54.61 | 36.79 | 97.99 | - |
| YUV | 167.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 254 | 0.13 | 0.51 | 0 | 0.00 | 284.31 | 0.98 | 0.74 |
| Hex | DC | 7C | FE | D | 33 | 0 | 0 | 11C | 62 | 4A |
| Octal | 334 | 174 | 376 | 15 | 63 | 0 | 0 | 434 | 142 | 112 |
| Binary | 11011100 | 1111100 | 11111110 | 1101 | 110011 | 0 | 0 | 100011100 | 1100010 | 1001010 |
Color Harmonies of #DC7CFE
Complementary color
Monochromatic Colors of #DC7CFE
Black with #DC7CFE
Text Example
Text Example
White with #DC7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CFE; }
p { color: rgb(220,124,254); }
H1.HeaderClassName
{
color: #DC7CFE;
}
.AnyTagClassName
{
color: #DC7CFE;
}
</style>
background-color css
<style>
a { background-color: #DC7CFE; }
a { background-color: rgb(220,124,254); }
div.DivClassName
{
background-color: #DC7CFE;
}
.BgClassName
{
background-color: #DC7CFE;
}
</style>
border-color css
<style>
span { border-color: #DC7CFE; }
span { border-color: rgb(220,124,254); }
td.TdClassName
{
border-color: #DC7CFE;
}
.TagClassName
{
border-color: #DC7CFE;
}
</style>