Shades of Heliotrope #DC7FFD
Tints of Heliotrope #DC7FFD
RGB
CMYK
RGB Variations
Color information
#DC7FFD (or 0xDC7FFD) is known color: Heliotrope. HEX triplet: DC, 7F and FD. RGB value is (220,127,253). Sum of RGB (Red+Green+Blue) = 220+127+253=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFD is #238002. Grayscale: #A8A8A8. Windows color (decimal): -2326531 or 16613340. OLE color: 16613340.
HSL color Cylindrical-coordinate representation of color #DC7FFD: hue angle of 284.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7FFD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 127 | 253 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.01 |
| HSL | 284.29º | 0.97% | 0.75% | - |
| HSV(B) | 284.29º | 0.5% | 0.99% | - |
| XYZ | 54.83 | 37.49 | 97.27 | - |
| YUV | 169.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 253 | 0.13 | 0.50 | 0 | 0.01 | 284.29 | 0.97 | 0.75 |
| Hex | DC | 7F | FD | D | 32 | 0 | 1 | 11C | 61 | 4B |
| Octal | 334 | 177 | 375 | 15 | 62 | 0 | 1 | 434 | 141 | 113 |
| Binary | 11011100 | 1111111 | 11111101 | 1101 | 110010 | 0 | 1 | 100011100 | 1100001 | 1001011 |
Color Harmonies of #DC7FFD
Complementary color
Monochromatic Colors of #DC7FFD
Black with #DC7FFD
Text Example
Text Example
White with #DC7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FFD; }
p { color: rgb(220,127,253); }
H1.HeaderClassName
{
color: #DC7FFD;
}
.AnyTagClassName
{
color: #DC7FFD;
}
</style>
background-color css
<style>
a { background-color: #DC7FFD; }
a { background-color: rgb(220,127,253); }
div.DivClassName
{
background-color: #DC7FFD;
}
.BgClassName
{
background-color: #DC7FFD;
}
</style>
border-color css
<style>
span { border-color: #DC7FFD; }
span { border-color: rgb(220,127,253); }
td.TdClassName
{
border-color: #DC7FFD;
}
.TagClassName
{
border-color: #DC7FFD;
}
</style>