Shades of Heliotrope #DC60FE
Tints of Heliotrope #DC60FE
RGB
CMYK
RGB Variations
Color information
#DC60FE (or 0xDC60FE) is known color: Heliotrope. HEX triplet: DC, 60 and FE. RGB value is (220,96,254). Sum of RGB (Red+Green+Blue) = 220+96+254=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 96 (37.89% from 255 or 16.84% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60FE is #239F01. Grayscale: #969696. Windows color (decimal): -2334466 or 16670940. OLE color: 16670940.
HSL color Cylindrical-coordinate representation of color #DC60FE: hue angle of 287.09º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC60FE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 96 | 254 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.00 |
| HSL | 287.09º | 0.99% | 0.69% | - |
| HSV(B) | 287.09º | 0.62% | 1% | - |
| XYZ | 51.59 | 30.74 | 96.98 | - |
| YUV | 151.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 254 | 0.13 | 0.62 | 0 | 0.00 | 287.09 | 0.99 | 0.69 |
| Hex | DC | 60 | FE | D | 3E | 0 | 0 | 11F | 63 | 45 |
| Octal | 334 | 140 | 376 | 15 | 76 | 0 | 0 | 437 | 143 | 105 |
| Binary | 11011100 | 1100000 | 11111110 | 1101 | 111110 | 0 | 0 | 100011111 | 1100011 | 1000101 |
Color Harmonies of #DC60FE
Complementary color
Monochromatic Colors of #DC60FE
Black with #DC60FE
Text Example
Text Example
White with #DC60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60FE; }
p { color: rgb(220,96,254); }
H1.HeaderClassName
{
color: #DC60FE;
}
.AnyTagClassName
{
color: #DC60FE;
}
</style>
background-color css
<style>
a { background-color: #DC60FE; }
a { background-color: rgb(220,96,254); }
div.DivClassName
{
background-color: #DC60FE;
}
.BgClassName
{
background-color: #DC60FE;
}
</style>
border-color css
<style>
span { border-color: #DC60FE; }
span { border-color: rgb(220,96,254); }
td.TdClassName
{
border-color: #DC60FE;
}
.TagClassName
{
border-color: #DC60FE;
}
</style>