Shades of Heliotrope #DC68F3
Tints of Heliotrope #DC68F3
RGB
CMYK
RGB Variations
Color information
#DC68F3 (or 0xDC68F3) is known color: Heliotrope. HEX triplet: DC, 68 and F3. RGB value is (220,104,243). Sum of RGB (Red+Green+Blue) = 220+104+243=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC68F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68F3 is #23970C. Grayscale: #9A9A9A. Windows color (decimal): -2332429 or 15952092. OLE color: 15952092.
HSL color Cylindrical-coordinate representation of color #DC68F3: hue angle of 290.07º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC68F3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 104 | 243 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.07º | 0.85% | 0.68% | - |
| HSV(B) | 290.07º | 0.57% | 0.95% | - |
| XYZ | 50.64 | 31.59 | 88.22 | - |
| YUV | 154.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 243 | 0.09 | 0.57 | 0 | 0.05 | 290.07 | 0.85 | 0.68 |
| Hex | DC | 68 | F3 | 9 | 39 | 0 | 5 | 122 | 55 | 44 |
| Octal | 334 | 150 | 363 | 11 | 71 | 0 | 5 | 442 | 125 | 104 |
| Binary | 11011100 | 1101000 | 11110011 | 1001 | 111001 | 0 | 101 | 100100010 | 1010101 | 1000100 |
Color Harmonies of #DC68F3
Complementary color
Monochromatic Colors of #DC68F3
Black with #DC68F3
Text Example
Text Example
White with #DC68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68F3; }
p { color: rgb(220,104,243); }
H1.HeaderClassName
{
color: #DC68F3;
}
.AnyTagClassName
{
color: #DC68F3;
}
</style>
background-color css
<style>
a { background-color: #DC68F3; }
a { background-color: rgb(220,104,243); }
div.DivClassName
{
background-color: #DC68F3;
}
.BgClassName
{
background-color: #DC68F3;
}
</style>
border-color css
<style>
span { border-color: #DC68F3; }
span { border-color: rgb(220,104,243); }
td.TdClassName
{
border-color: #DC68F3;
}
.TagClassName
{
border-color: #DC68F3;
}
</style>