Shades of Heliotrope #DC68F1
Tints of Heliotrope #DC68F1
RGB
CMYK
RGB Variations
Color information
#DC68F1 (or 0xDC68F1) is known color: Heliotrope. HEX triplet: DC, 68 and F1. RGB value is (220,104,241). Sum of RGB (Red+Green+Blue) = 220+104+241=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68F1 is #23970E. Grayscale: #999999. Windows color (decimal): -2332431 or 15821020. OLE color: 15821020.
HSL color Cylindrical-coordinate representation of color #DC68F1: hue angle of 290.8º degrees, saturation: 0.83, 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 #DC68F1 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 104 | 241 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.8º | 0.83% | 0.68% | - |
| HSV(B) | 290.8º | 0.57% | 0.95% | - |
| XYZ | 50.34 | 31.47 | 86.64 | - |
| YUV | 154.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 241 | 0.09 | 0.57 | 0 | 0.05 | 290.8 | 0.83 | 0.68 |
| Hex | DC | 68 | F1 | 9 | 39 | 0 | 5 | 123 | 53 | 44 |
| Octal | 334 | 150 | 361 | 11 | 71 | 0 | 5 | 443 | 123 | 104 |
| Binary | 11011100 | 1101000 | 11110001 | 1001 | 111001 | 0 | 101 | 100100011 | 1010011 | 1000100 |
Color Harmonies of #DC68F1
Complementary color
Monochromatic Colors of #DC68F1
Black with #DC68F1
Text Example
Text Example
White with #DC68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68F1; }
p { color: rgb(220,104,241); }
H1.HeaderClassName
{
color: #DC68F1;
}
.AnyTagClassName
{
color: #DC68F1;
}
</style>
background-color css
<style>
a { background-color: #DC68F1; }
a { background-color: rgb(220,104,241); }
div.DivClassName
{
background-color: #DC68F1;
}
.BgClassName
{
background-color: #DC68F1;
}
</style>
border-color css
<style>
span { border-color: #DC68F1; }
span { border-color: rgb(220,104,241); }
td.TdClassName
{
border-color: #DC68F1;
}
.TagClassName
{
border-color: #DC68F1;
}
</style>