Shades of Heliotrope #DC68FC
Tints of Heliotrope #DC68FC
RGB
CMYK
RGB Variations
Color information
#DC68FC (or 0xDC68FC) is known color: Heliotrope. HEX triplet: DC, 68 and FC. RGB value is (220,104,252). Sum of RGB (Red+Green+Blue) = 220+104+252=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68FC is #239703. Grayscale: #9B9B9B. Windows color (decimal): -2332420 or 16541916. OLE color: 16541916.
HSL color Cylindrical-coordinate representation of color #DC68FC: hue angle of 287.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC68FC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 104 | 252 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.01 |
| HSL | 287.03º | 0.96% | 0.7% | - |
| HSV(B) | 287.03º | 0.59% | 0.99% | - |
| XYZ | 52.04 | 32.14 | 95.56 | - |
| YUV | 155.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 252 | 0.13 | 0.59 | 0 | 0.01 | 287.03 | 0.96 | 0.7 |
| Hex | DC | 68 | FC | D | 3B | 0 | 1 | 11F | 60 | 46 |
| Octal | 334 | 150 | 374 | 15 | 73 | 0 | 1 | 437 | 140 | 106 |
| Binary | 11011100 | 1101000 | 11111100 | 1101 | 111011 | 0 | 1 | 100011111 | 1100000 | 1000110 |
Color Harmonies of #DC68FC
Complementary color
Monochromatic Colors of #DC68FC
Black with #DC68FC
Text Example
Text Example
White with #DC68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68FC; }
p { color: rgb(220,104,252); }
H1.HeaderClassName
{
color: #DC68FC;
}
.AnyTagClassName
{
color: #DC68FC;
}
</style>
background-color css
<style>
a { background-color: #DC68FC; }
a { background-color: rgb(220,104,252); }
div.DivClassName
{
background-color: #DC68FC;
}
.BgClassName
{
background-color: #DC68FC;
}
</style>
border-color css
<style>
span { border-color: #DC68FC; }
span { border-color: rgb(220,104,252); }
td.TdClassName
{
border-color: #DC68FC;
}
.TagClassName
{
border-color: #DC68FC;
}
</style>