Shades of Heliotrope #DC68F2
Tints of Heliotrope #DC68F2
RGB
CMYK
RGB Variations
Color information
#DC68F2 (or 0xDC68F2) is known color: Heliotrope. HEX triplet: DC, 68 and F2. RGB value is (220,104,242). Sum of RGB (Red+Green+Blue) = 220+104+242=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC68F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68F2 is #23970D. Grayscale: #999999. Windows color (decimal): -2332430 or 15886556. OLE color: 15886556.
HSL color Cylindrical-coordinate representation of color #DC68F2: hue angle of 290.43º degrees, saturation: 0.84, 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 #DC68F2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 104 | 242 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.43º | 0.84% | 0.68% | - |
| HSV(B) | 290.43º | 0.57% | 0.95% | - |
| XYZ | 50.49 | 31.53 | 87.43 | - |
| YUV | 154.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 242 | 0.09 | 0.57 | 0 | 0.05 | 290.43 | 0.84 | 0.68 |
| Hex | DC | 68 | F2 | 9 | 39 | 0 | 5 | 122 | 54 | 44 |
| Octal | 334 | 150 | 362 | 11 | 71 | 0 | 5 | 442 | 124 | 104 |
| Binary | 11011100 | 1101000 | 11110010 | 1001 | 111001 | 0 | 101 | 100100010 | 1010100 | 1000100 |
Color Harmonies of #DC68F2
Complementary color
Monochromatic Colors of #DC68F2
Black with #DC68F2
Text Example
Text Example
White with #DC68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68F2; }
p { color: rgb(220,104,242); }
H1.HeaderClassName
{
color: #DC68F2;
}
.AnyTagClassName
{
color: #DC68F2;
}
</style>
background-color css
<style>
a { background-color: #DC68F2; }
a { background-color: rgb(220,104,242); }
div.DivClassName
{
background-color: #DC68F2;
}
.BgClassName
{
background-color: #DC68F2;
}
</style>
border-color css
<style>
span { border-color: #DC68F2; }
span { border-color: rgb(220,104,242); }
td.TdClassName
{
border-color: #DC68F2;
}
.TagClassName
{
border-color: #DC68F2;
}
</style>