Shades of Heliotrope #DC68F4
Tints of Heliotrope #DC68F4
RGB
CMYK
RGB Variations
Color information
#DC68F4 (or 0xDC68F4) is known color: Heliotrope. HEX triplet: DC, 68 and F4. RGB value is (220,104,244). Sum of RGB (Red+Green+Blue) = 220+104+244=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68F4 is #23970B. Grayscale: #9A9A9A. Windows color (decimal): -2332428 or 16017628. OLE color: 16017628.
HSL color Cylindrical-coordinate representation of color #DC68F4: hue angle of 289.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC68F4 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 104 | 244 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.04 |
| HSL | 289.71º | 0.86% | 0.68% | - |
| HSV(B) | 289.71º | 0.57% | 0.96% | - |
| XYZ | 50.79 | 31.65 | 89.02 | - |
| YUV | 154.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 244 | 0.10 | 0.57 | 0 | 0.04 | 289.71 | 0.86 | 0.68 |
| Hex | DC | 68 | F4 | A | 39 | 0 | 4 | 122 | 56 | 44 |
| Octal | 334 | 150 | 364 | 12 | 71 | 0 | 4 | 442 | 126 | 104 |
| Binary | 11011100 | 1101000 | 11110100 | 1010 | 111001 | 0 | 100 | 100100010 | 1010110 | 1000100 |
Color Harmonies of #DC68F4
Complementary color
Monochromatic Colors of #DC68F4
Black with #DC68F4
Text Example
Text Example
White with #DC68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68F4; }
p { color: rgb(220,104,244); }
H1.HeaderClassName
{
color: #DC68F4;
}
.AnyTagClassName
{
color: #DC68F4;
}
</style>
background-color css
<style>
a { background-color: #DC68F4; }
a { background-color: rgb(220,104,244); }
div.DivClassName
{
background-color: #DC68F4;
}
.BgClassName
{
background-color: #DC68F4;
}
</style>
border-color css
<style>
span { border-color: #DC68F4; }
span { border-color: rgb(220,104,244); }
td.TdClassName
{
border-color: #DC68F4;
}
.TagClassName
{
border-color: #DC68F4;
}
</style>