Shades of Heliotrope #DC68F0
Tints of Heliotrope #DC68F0
RGB
CMYK
RGB Variations
Color information
#DC68F0 (or 0xDC68F0) is known color: Heliotrope. HEX triplet: DC, 68 and F0. RGB value is (220,104,240). Sum of RGB (Red+Green+Blue) = 220+104+240=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68F0 is #23970F. Grayscale: #999999. Windows color (decimal): -2332432 or 15755484. OLE color: 15755484.
HSL color Cylindrical-coordinate representation of color #DC68F0: hue angle of 291.18º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC68F0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 104 | 240 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.06 |
| HSL | 291.18º | 0.82% | 0.67% | - |
| HSV(B) | 291.18º | 0.57% | 0.94% | - |
| XYZ | 50.19 | 31.41 | 85.85 | - |
| YUV | 154.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 240 | 0.08 | 0.57 | 0 | 0.06 | 291.18 | 0.82 | 0.67 |
| Hex | DC | 68 | F0 | 8 | 39 | 0 | 6 | 123 | 52 | 43 |
| Octal | 334 | 150 | 360 | 10 | 71 | 0 | 6 | 443 | 122 | 103 |
| Binary | 11011100 | 1101000 | 11110000 | 1000 | 111001 | 0 | 110 | 100100011 | 1010010 | 1000011 |
Color Harmonies of #DC68F0
Complementary color
Monochromatic Colors of #DC68F0
Black with #DC68F0
Text Example
Text Example
White with #DC68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68F0; }
p { color: rgb(220,104,240); }
H1.HeaderClassName
{
color: #DC68F0;
}
.AnyTagClassName
{
color: #DC68F0;
}
</style>
background-color css
<style>
a { background-color: #DC68F0; }
a { background-color: rgb(220,104,240); }
div.DivClassName
{
background-color: #DC68F0;
}
.BgClassName
{
background-color: #DC68F0;
}
</style>
border-color css
<style>
span { border-color: #DC68F0; }
span { border-color: rgb(220,104,240); }
td.TdClassName
{
border-color: #DC68F0;
}
.TagClassName
{
border-color: #DC68F0;
}
</style>