Shades of Heliotrope #DC76FF
Tints of Heliotrope #DC76FF
RGB
CMYK
RGB Variations
Color information
#DC76FF (or 0xDC76FF) is known color: Heliotrope. HEX triplet: DC, 76 and FF. RGB value is (220,118,255). Sum of RGB (Red+Green+Blue) = 220+118+255=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76FF is #238900. Grayscale: #A3A3A3. Windows color (decimal): -2328833 or 16742108. OLE color: 16742108.
HSL color Cylindrical-coordinate representation of color #DC76FF: hue angle of 284.67º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC76FF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 118 | 255 | - |
| CMYK | 0.14 | 0.54 | 0 | 0 |
| HSL | 284.67º | 1% | 0.73% | - |
| HSV(B) | 284.67º | 0.54% | 1% | - |
| XYZ | 54.04 | 35.39 | 98.59 | - |
| YUV | 164.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 255 | 0.14 | 0.54 | 0 | 0 | 284.67 | 1 | 0.73 |
| Hex | DC | 76 | FF | E | 36 | 0 | 0 | 11D | 64 | 49 |
| Octal | 334 | 166 | 377 | 16 | 66 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011100 | 1110110 | 11111111 | 1110 | 110110 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DC76FF
Complementary color
Monochromatic Colors of #DC76FF
Black with #DC76FF
Text Example
Text Example
White with #DC76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76FF; }
p { color: rgb(220,118,255); }
H1.HeaderClassName
{
color: #DC76FF;
}
.AnyTagClassName
{
color: #DC76FF;
}
</style>
background-color css
<style>
a { background-color: #DC76FF; }
a { background-color: rgb(220,118,255); }
div.DivClassName
{
background-color: #DC76FF;
}
.BgClassName
{
background-color: #DC76FF;
}
</style>
border-color css
<style>
span { border-color: #DC76FF; }
span { border-color: rgb(220,118,255); }
td.TdClassName
{
border-color: #DC76FF;
}
.TagClassName
{
border-color: #DC76FF;
}
</style>