Shades of Heliotrope #DC76FE
Tints of Heliotrope #DC76FE
RGB
CMYK
RGB Variations
Color information
#DC76FE (or 0xDC76FE) is known color: Heliotrope. HEX triplet: DC, 76 and FE. RGB value is (220,118,254). Sum of RGB (Red+Green+Blue) = 220+118+254=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76FE is #238901. Grayscale: #A3A3A3. Windows color (decimal): -2328834 or 16676572. OLE color: 16676572.
HSL color Cylindrical-coordinate representation of color #DC76FE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC76FE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 118 | 254 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.00 |
| HSL | 285º | 0.99% | 0.73% | - |
| HSV(B) | 285º | 0.54% | 1% | - |
| XYZ | 53.88 | 35.33 | 97.75 | - |
| YUV | 164 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 254 | 0.13 | 0.54 | 0 | 0.00 | 285 | 0.99 | 0.73 |
| Hex | DC | 76 | FE | D | 36 | 0 | 0 | 11D | 63 | 49 |
| Octal | 334 | 166 | 376 | 15 | 66 | 0 | 0 | 435 | 143 | 111 |
| Binary | 11011100 | 1110110 | 11111110 | 1101 | 110110 | 0 | 0 | 100011101 | 1100011 | 1001001 |
Color Harmonies of #DC76FE
Complementary color
Monochromatic Colors of #DC76FE
Black with #DC76FE
Text Example
Text Example
White with #DC76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76FE; }
p { color: rgb(220,118,254); }
H1.HeaderClassName
{
color: #DC76FE;
}
.AnyTagClassName
{
color: #DC76FE;
}
</style>
background-color css
<style>
a { background-color: #DC76FE; }
a { background-color: rgb(220,118,254); }
div.DivClassName
{
background-color: #DC76FE;
}
.BgClassName
{
background-color: #DC76FE;
}
</style>
border-color css
<style>
span { border-color: #DC76FE; }
span { border-color: rgb(220,118,254); }
td.TdClassName
{
border-color: #DC76FE;
}
.TagClassName
{
border-color: #DC76FE;
}
</style>