Shades of Heliotrope #DC46FC
Tints of Heliotrope #DC46FC
RGB
CMYK
RGB Variations
Color information
#DC46FC (or 0xDC46FC) is known color: Heliotrope. HEX triplet: DC, 46 and FC. RGB value is (220,70,252). Sum of RGB (Red+Green+Blue) = 220+70+252=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC46FC is #23B903. Grayscale: #878787. Windows color (decimal): -2341124 or 16533212. OLE color: 16533212.
HSL color Cylindrical-coordinate representation of color #DC46FC: hue angle of 289.45º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC46FC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 70 | 252 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.01 |
| HSL | 289.45º | 0.97% | 0.63% | - |
| HSV(B) | 289.45º | 0.72% | 0.99% | - |
| XYZ | 49.28 | 26.62 | 94.64 | - |
| YUV | 135.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 252 | 0.13 | 0.72 | 0 | 0.01 | 289.45 | 0.97 | 0.63 |
| Hex | DC | 46 | FC | D | 48 | 0 | 1 | 121 | 61 | 3F |
| Octal | 334 | 106 | 374 | 15 | 110 | 0 | 1 | 441 | 141 | 77 |
| Binary | 11011100 | 1000110 | 11111100 | 1101 | 1001000 | 0 | 1 | 100100001 | 1100001 | 111111 |
Color Harmonies of #DC46FC
Complementary color
Monochromatic Colors of #DC46FC
Black with #DC46FC
Text Example
Text Example
White with #DC46FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46FC; }
p { color: rgb(220,70,252); }
H1.HeaderClassName
{
color: #DC46FC;
}
.AnyTagClassName
{
color: #DC46FC;
}
</style>
background-color css
<style>
a { background-color: #DC46FC; }
a { background-color: rgb(220,70,252); }
div.DivClassName
{
background-color: #DC46FC;
}
.BgClassName
{
background-color: #DC46FC;
}
</style>
border-color css
<style>
span { border-color: #DC46FC; }
span { border-color: rgb(220,70,252); }
td.TdClassName
{
border-color: #DC46FC;
}
.TagClassName
{
border-color: #DC46FC;
}
</style>