Shades of Heliotrope #DC76F6
Tints of Heliotrope #DC76F6
RGB
CMYK
RGB Variations
Color information
#DC76F6 (or 0xDC76F6) is known color: Heliotrope. HEX triplet: DC, 76 and F6. RGB value is (220,118,246). Sum of RGB (Red+Green+Blue) = 220+118+246=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC76F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76F6 is #238909. Grayscale: #A2A2A2. Windows color (decimal): -2328842 or 16152284. OLE color: 16152284.
HSL color Cylindrical-coordinate representation of color #DC76F6: hue angle of 287.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC76F6 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 118 | 246 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.04 |
| HSL | 287.81º | 0.88% | 0.71% | - |
| HSV(B) | 287.81º | 0.52% | 0.96% | - |
| XYZ | 52.63 | 34.83 | 91.14 | - |
| YUV | 163.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 246 | 0.11 | 0.52 | 0 | 0.04 | 287.81 | 0.88 | 0.71 |
| Hex | DC | 76 | F6 | B | 34 | 0 | 4 | 120 | 58 | 47 |
| Octal | 334 | 166 | 366 | 13 | 64 | 0 | 4 | 440 | 130 | 107 |
| Binary | 11011100 | 1110110 | 11110110 | 1011 | 110100 | 0 | 100 | 100100000 | 1011000 | 1000111 |
Color Harmonies of #DC76F6
Complementary color
Monochromatic Colors of #DC76F6
Black with #DC76F6
Text Example
Text Example
White with #DC76F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76F6; }
p { color: rgb(220,118,246); }
H1.HeaderClassName
{
color: #DC76F6;
}
.AnyTagClassName
{
color: #DC76F6;
}
</style>
background-color css
<style>
a { background-color: #DC76F6; }
a { background-color: rgb(220,118,246); }
div.DivClassName
{
background-color: #DC76F6;
}
.BgClassName
{
background-color: #DC76F6;
}
</style>
border-color css
<style>
span { border-color: #DC76F6; }
span { border-color: rgb(220,118,246); }
td.TdClassName
{
border-color: #DC76F6;
}
.TagClassName
{
border-color: #DC76F6;
}
</style>