Shades of Heliotrope #DC60FC
Tints of Heliotrope #DC60FC
RGB
CMYK
RGB Variations
Color information
#DC60FC (or 0xDC60FC) is known color: Heliotrope. HEX triplet: DC, 60 and FC. RGB value is (220,96,252). Sum of RGB (Red+Green+Blue) = 220+96+252=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60FC is #239F03. Grayscale: #969696. Windows color (decimal): -2334468 or 16539868. OLE color: 16539868.
HSL color Cylindrical-coordinate representation of color #DC60FC: hue angle of 287.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC60FC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 96 | 252 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.01 |
| HSL | 287.69º | 0.96% | 0.68% | - |
| HSV(B) | 287.69º | 0.62% | 0.99% | - |
| XYZ | 51.27 | 30.61 | 95.3 | - |
| YUV | 150.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 252 | 0.13 | 0.62 | 0 | 0.01 | 287.69 | 0.96 | 0.68 |
| Hex | DC | 60 | FC | D | 3E | 0 | 1 | 120 | 60 | 44 |
| Octal | 334 | 140 | 374 | 15 | 76 | 0 | 1 | 440 | 140 | 104 |
| Binary | 11011100 | 1100000 | 11111100 | 1101 | 111110 | 0 | 1 | 100100000 | 1100000 | 1000100 |
Color Harmonies of #DC60FC
Complementary color
Monochromatic Colors of #DC60FC
Black with #DC60FC
Text Example
Text Example
White with #DC60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60FC; }
p { color: rgb(220,96,252); }
H1.HeaderClassName
{
color: #DC60FC;
}
.AnyTagClassName
{
color: #DC60FC;
}
</style>
background-color css
<style>
a { background-color: #DC60FC; }
a { background-color: rgb(220,96,252); }
div.DivClassName
{
background-color: #DC60FC;
}
.BgClassName
{
background-color: #DC60FC;
}
</style>
border-color css
<style>
span { border-color: #DC60FC; }
span { border-color: rgb(220,96,252); }
td.TdClassName
{
border-color: #DC60FC;
}
.TagClassName
{
border-color: #DC60FC;
}
</style>