Shades of Heliotrope #DC7CEF
Tints of Heliotrope #DC7CEF
RGB
CMYK
RGB Variations
Color information
#DC7CEF (or 0xDC7CEF) is known color: Heliotrope. HEX triplet: DC, 7C and EF. RGB value is (220,124,239). Sum of RGB (Red+Green+Blue) = 220+124+239=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC7CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CEF is #238310. Grayscale: #A5A5A5. Windows color (decimal): -2327313 or 15695068. OLE color: 15695068.
HSL color Cylindrical-coordinate representation of color #DC7CEF: hue angle of 290.09º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7CEF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 124 | 239 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.06 |
| HSL | 290.09º | 0.78% | 0.71% | - |
| HSV(B) | 290.09º | 0.48% | 0.94% | - |
| XYZ | 52.3 | 35.86 | 85.83 | - |
| YUV | 165.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 239 | 0.08 | 0.48 | 0 | 0.06 | 290.09 | 0.78 | 0.71 |
| Hex | DC | 7C | EF | 8 | 30 | 0 | 6 | 122 | 4E | 47 |
| Octal | 334 | 174 | 357 | 10 | 60 | 0 | 6 | 442 | 116 | 107 |
| Binary | 11011100 | 1111100 | 11101111 | 1000 | 110000 | 0 | 110 | 100100010 | 1001110 | 1000111 |
Color Harmonies of #DC7CEF
Complementary color
Monochromatic Colors of #DC7CEF
Black with #DC7CEF
Text Example
Text Example
White with #DC7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CEF; }
p { color: rgb(220,124,239); }
H1.HeaderClassName
{
color: #DC7CEF;
}
.AnyTagClassName
{
color: #DC7CEF;
}
</style>
background-color css
<style>
a { background-color: #DC7CEF; }
a { background-color: rgb(220,124,239); }
div.DivClassName
{
background-color: #DC7CEF;
}
.BgClassName
{
background-color: #DC7CEF;
}
</style>
border-color css
<style>
span { border-color: #DC7CEF; }
span { border-color: rgb(220,124,239); }
td.TdClassName
{
border-color: #DC7CEF;
}
.TagClassName
{
border-color: #DC7CEF;
}
</style>