Shades of Heliotrope #DC76F3
Tints of Heliotrope #DC76F3
RGB
CMYK
RGB Variations
Color information
#DC76F3 (or 0xDC76F3) is known color: Heliotrope. HEX triplet: DC, 76 and F3. RGB value is (220,118,243). Sum of RGB (Red+Green+Blue) = 220+118+243=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC76F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76F3 is #23890C. Grayscale: #A2A2A2. Windows color (decimal): -2328845 or 15955676. OLE color: 15955676.
HSL color Cylindrical-coordinate representation of color #DC76F3: hue angle of 288.96º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC76F3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 118 | 243 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.05 |
| HSL | 288.96º | 0.84% | 0.71% | - |
| HSV(B) | 288.96º | 0.51% | 0.95% | - |
| XYZ | 52.17 | 34.64 | 88.73 | - |
| YUV | 162.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 243 | 0.09 | 0.51 | 0 | 0.05 | 288.96 | 0.84 | 0.71 |
| Hex | DC | 76 | F3 | 9 | 33 | 0 | 5 | 121 | 54 | 47 |
| Octal | 334 | 166 | 363 | 11 | 63 | 0 | 5 | 441 | 124 | 107 |
| Binary | 11011100 | 1110110 | 11110011 | 1001 | 110011 | 0 | 101 | 100100001 | 1010100 | 1000111 |
Color Harmonies of #DC76F3
Complementary color
Monochromatic Colors of #DC76F3
Black with #DC76F3
Text Example
Text Example
White with #DC76F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76F3; }
p { color: rgb(220,118,243); }
H1.HeaderClassName
{
color: #DC76F3;
}
.AnyTagClassName
{
color: #DC76F3;
}
</style>
background-color css
<style>
a { background-color: #DC76F3; }
a { background-color: rgb(220,118,243); }
div.DivClassName
{
background-color: #DC76F3;
}
.BgClassName
{
background-color: #DC76F3;
}
</style>
border-color css
<style>
span { border-color: #DC76F3; }
span { border-color: rgb(220,118,243); }
td.TdClassName
{
border-color: #DC76F3;
}
.TagClassName
{
border-color: #DC76F3;
}
</style>