Shades of Heliotrope #DC7BEC
Tints of Heliotrope #DC7BEC
RGB
CMYK
RGB Variations
Color information
#DC7BEC (or 0xDC7BEC) is known color: Heliotrope. HEX triplet: DC, 7B and EC. RGB value is (220,123,236). Sum of RGB (Red+Green+Blue) = 220+123+236=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BEC is #238413. Grayscale: #A4A4A4. Windows color (decimal): -2327572 or 15498204. OLE color: 15498204.
HSL color Cylindrical-coordinate representation of color #DC7BEC: hue angle of 291.5º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7BEC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 123 | 236 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.07 |
| HSL | 291.5º | 0.75% | 0.7% | - |
| HSV(B) | 291.5º | 0.48% | 0.93% | - |
| XYZ | 51.74 | 35.44 | 83.47 | - |
| YUV | 164.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 236 | 0.07 | 0.48 | 0 | 0.07 | 291.5 | 0.75 | 0.7 |
| Hex | DC | 7B | EC | 7 | 30 | 0 | 7 | 124 | 4B | 46 |
| Octal | 334 | 173 | 354 | 7 | 60 | 0 | 7 | 444 | 113 | 106 |
| Binary | 11011100 | 1111011 | 11101100 | 111 | 110000 | 0 | 111 | 100100100 | 1001011 | 1000110 |
Color Harmonies of #DC7BEC
Complementary color
Monochromatic Colors of #DC7BEC
Black with #DC7BEC
Text Example
Text Example
White with #DC7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BEC; }
p { color: rgb(220,123,236); }
H1.HeaderClassName
{
color: #DC7BEC;
}
.AnyTagClassName
{
color: #DC7BEC;
}
</style>
background-color css
<style>
a { background-color: #DC7BEC; }
a { background-color: rgb(220,123,236); }
div.DivClassName
{
background-color: #DC7BEC;
}
.BgClassName
{
background-color: #DC7BEC;
}
</style>
border-color css
<style>
span { border-color: #DC7BEC; }
span { border-color: rgb(220,123,236); }
td.TdClassName
{
border-color: #DC7BEC;
}
.TagClassName
{
border-color: #DC7BEC;
}
</style>