Shades of Heliotrope #DC7CFD
Tints of Heliotrope #DC7CFD
RGB
CMYK
RGB Variations
Color information
#DC7CFD (or 0xDC7CFD) is known color: Heliotrope. HEX triplet: DC, 7C and FD. RGB value is (220,124,253). Sum of RGB (Red+Green+Blue) = 220+124+253=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFD is #238302. Grayscale: #A6A6A6. Windows color (decimal): -2327299 or 16612572. OLE color: 16612572.
HSL color Cylindrical-coordinate representation of color #DC7CFD: hue angle of 284.65º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7CFD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 124 | 253 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 284.65º | 0.97% | 0.74% | - |
| HSV(B) | 284.65º | 0.51% | 0.99% | - |
| XYZ | 54.45 | 36.72 | 97.15 | - |
| YUV | 167.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 253 | 0.13 | 0.51 | 0 | 0.01 | 284.65 | 0.97 | 0.74 |
| Hex | DC | 7C | FD | D | 33 | 0 | 1 | 11D | 61 | 4A |
| Octal | 334 | 174 | 375 | 15 | 63 | 0 | 1 | 435 | 141 | 112 |
| Binary | 11011100 | 1111100 | 11111101 | 1101 | 110011 | 0 | 1 | 100011101 | 1100001 | 1001010 |
Color Harmonies of #DC7CFD
Complementary color
Monochromatic Colors of #DC7CFD
Black with #DC7CFD
Text Example
Text Example
White with #DC7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CFD; }
p { color: rgb(220,124,253); }
H1.HeaderClassName
{
color: #DC7CFD;
}
.AnyTagClassName
{
color: #DC7CFD;
}
</style>
background-color css
<style>
a { background-color: #DC7CFD; }
a { background-color: rgb(220,124,253); }
div.DivClassName
{
background-color: #DC7CFD;
}
.BgClassName
{
background-color: #DC7CFD;
}
</style>
border-color css
<style>
span { border-color: #DC7CFD; }
span { border-color: rgb(220,124,253); }
td.TdClassName
{
border-color: #DC7CFD;
}
.TagClassName
{
border-color: #DC7CFD;
}
</style>