Shades of Heliotrope #DC7CF3
Tints of Heliotrope #DC7CF3
RGB
CMYK
RGB Variations
Color information
#DC7CF3 (or 0xDC7CF3) is known color: Heliotrope. HEX triplet: DC, 7C and F3. RGB value is (220,124,243). Sum of RGB (Red+Green+Blue) = 220+124+243=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC7CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF3 is #23830C. Grayscale: #A5A5A5. Windows color (decimal): -2327309 or 15957212. OLE color: 15957212.
HSL color Cylindrical-coordinate representation of color #DC7CF3: hue angle of 288.4º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7CF3 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 124 | 243 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.05 |
| HSL | 288.4º | 0.83% | 0.72% | - |
| HSV(B) | 288.4º | 0.49% | 0.95% | - |
| XYZ | 52.9 | 36.1 | 88.97 | - |
| YUV | 166.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 243 | 0.09 | 0.49 | 0 | 0.05 | 288.4 | 0.83 | 0.72 |
| Hex | DC | 7C | F3 | 9 | 31 | 0 | 5 | 120 | 53 | 48 |
| Octal | 334 | 174 | 363 | 11 | 61 | 0 | 5 | 440 | 123 | 110 |
| Binary | 11011100 | 1111100 | 11110011 | 1001 | 110001 | 0 | 101 | 100100000 | 1010011 | 1001000 |
Color Harmonies of #DC7CF3
Complementary color
Monochromatic Colors of #DC7CF3
Black with #DC7CF3
Text Example
Text Example
White with #DC7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CF3; }
p { color: rgb(220,124,243); }
H1.HeaderClassName
{
color: #DC7CF3;
}
.AnyTagClassName
{
color: #DC7CF3;
}
</style>
background-color css
<style>
a { background-color: #DC7CF3; }
a { background-color: rgb(220,124,243); }
div.DivClassName
{
background-color: #DC7CF3;
}
.BgClassName
{
background-color: #DC7CF3;
}
</style>
border-color css
<style>
span { border-color: #DC7CF3; }
span { border-color: rgb(220,124,243); }
td.TdClassName
{
border-color: #DC7CF3;
}
.TagClassName
{
border-color: #DC7CF3;
}
</style>