Shades of Heliotrope #DC5CF7
Tints of Heliotrope #DC5CF7
RGB
CMYK
RGB Variations
Color information
#DC5CF7 (or 0xDC5CF7) is known color: Heliotrope. HEX triplet: DC, 5C and F7. RGB value is (220,92,247). Sum of RGB (Red+Green+Blue) = 220+92+247=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 92 (36.33% from 255 or 16.46% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC5CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CF7 is #23A308. Grayscale: #939393. Windows color (decimal): -2335497 or 16211164. OLE color: 16211164.
HSL color Cylindrical-coordinate representation of color #DC5CF7: hue angle of 289.55º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5CF7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 92 | 247 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.03 |
| HSL | 289.55º | 0.91% | 0.66% | - |
| HSV(B) | 289.55º | 0.63% | 0.97% | - |
| XYZ | 50.13 | 29.59 | 91.06 | - |
| YUV | 147.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 247 | 0.11 | 0.63 | 0 | 0.03 | 289.55 | 0.91 | 0.66 |
| Hex | DC | 5C | F7 | B | 3F | 0 | 3 | 122 | 5B | 42 |
| Octal | 334 | 134 | 367 | 13 | 77 | 0 | 3 | 442 | 133 | 102 |
| Binary | 11011100 | 1011100 | 11110111 | 1011 | 111111 | 0 | 11 | 100100010 | 1011011 | 1000010 |
Color Harmonies of #DC5CF7
Complementary color
Monochromatic Colors of #DC5CF7
Black with #DC5CF7
Text Example
Text Example
White with #DC5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CF7; }
p { color: rgb(220,92,247); }
H1.HeaderClassName
{
color: #DC5CF7;
}
.AnyTagClassName
{
color: #DC5CF7;
}
</style>
background-color css
<style>
a { background-color: #DC5CF7; }
a { background-color: rgb(220,92,247); }
div.DivClassName
{
background-color: #DC5CF7;
}
.BgClassName
{
background-color: #DC5CF7;
}
</style>
border-color css
<style>
span { border-color: #DC5CF7; }
span { border-color: rgb(220,92,247); }
td.TdClassName
{
border-color: #DC5CF7;
}
.TagClassName
{
border-color: #DC5CF7;
}
</style>