Shades of Heliotrope #DC7EFB
Tints of Heliotrope #DC7EFB
RGB
CMYK
RGB Variations
Color information
#DC7EFB (or 0xDC7EFB) is known color: Heliotrope. HEX triplet: DC, 7E and FB. RGB value is (220,126,251). Sum of RGB (Red+Green+Blue) = 220+126+251=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EFB is #238104. Grayscale: #A7A7A7. Windows color (decimal): -2326789 or 16482012. OLE color: 16482012.
HSL color Cylindrical-coordinate representation of color #DC7EFB: hue angle of 285.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7EFB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 126 | 251 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 285.12º | 0.94% | 0.74% | - |
| HSV(B) | 285.12º | 0.5% | 0.98% | - |
| XYZ | 54.39 | 37.1 | 95.56 | - |
| YUV | 168.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 251 | 0.12 | 0.50 | 0 | 0.02 | 285.12 | 0.94 | 0.74 |
| Hex | DC | 7E | FB | C | 32 | 0 | 2 | 11D | 5E | 4A |
| Octal | 334 | 176 | 373 | 14 | 62 | 0 | 2 | 435 | 136 | 112 |
| Binary | 11011100 | 1111110 | 11111011 | 1100 | 110010 | 0 | 10 | 100011101 | 1011110 | 1001010 |
Color Harmonies of #DC7EFB
Complementary color
Monochromatic Colors of #DC7EFB
Black with #DC7EFB
Text Example
Text Example
White with #DC7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EFB; }
p { color: rgb(220,126,251); }
H1.HeaderClassName
{
color: #DC7EFB;
}
.AnyTagClassName
{
color: #DC7EFB;
}
</style>
background-color css
<style>
a { background-color: #DC7EFB; }
a { background-color: rgb(220,126,251); }
div.DivClassName
{
background-color: #DC7EFB;
}
.BgClassName
{
background-color: #DC7EFB;
}
</style>
border-color css
<style>
span { border-color: #DC7EFB; }
span { border-color: rgb(220,126,251); }
td.TdClassName
{
border-color: #DC7EFB;
}
.TagClassName
{
border-color: #DC7EFB;
}
</style>