Shades of Heliotrope #DC7CFB
Tints of Heliotrope #DC7CFB
RGB
CMYK
RGB Variations
Color information
#DC7CFB (or 0xDC7CFB) is known color: Heliotrope. HEX triplet: DC, 7C and FB. RGB value is (220,124,251). Sum of RGB (Red+Green+Blue) = 220+124+251=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFB is #238304. Grayscale: #A6A6A6. Windows color (decimal): -2327301 or 16481500. OLE color: 16481500.
HSL color Cylindrical-coordinate representation of color #DC7CFB: hue angle of 285.35º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7CFB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 124 | 251 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 285.35º | 0.94% | 0.74% | - |
| HSV(B) | 285.35º | 0.51% | 0.98% | - |
| XYZ | 54.14 | 36.6 | 95.48 | - |
| YUV | 167.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 251 | 0.12 | 0.51 | 0 | 0.02 | 285.35 | 0.94 | 0.74 |
| Hex | DC | 7C | FB | C | 33 | 0 | 2 | 11D | 5E | 4A |
| Octal | 334 | 174 | 373 | 14 | 63 | 0 | 2 | 435 | 136 | 112 |
| Binary | 11011100 | 1111100 | 11111011 | 1100 | 110011 | 0 | 10 | 100011101 | 1011110 | 1001010 |
Color Harmonies of #DC7CFB
Complementary color
Monochromatic Colors of #DC7CFB
Black with #DC7CFB
Text Example
Text Example
White with #DC7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CFB; }
p { color: rgb(220,124,251); }
H1.HeaderClassName
{
color: #DC7CFB;
}
.AnyTagClassName
{
color: #DC7CFB;
}
</style>
background-color css
<style>
a { background-color: #DC7CFB; }
a { background-color: rgb(220,124,251); }
div.DivClassName
{
background-color: #DC7CFB;
}
.BgClassName
{
background-color: #DC7CFB;
}
</style>
border-color css
<style>
span { border-color: #DC7CFB; }
span { border-color: rgb(220,124,251); }
td.TdClassName
{
border-color: #DC7CFB;
}
.TagClassName
{
border-color: #DC7CFB;
}
</style>