Shades of Heliotrope #DC6EFC
Tints of Heliotrope #DC6EFC
RGB
CMYK
RGB Variations
Color information
#DC6EFC (or 0xDC6EFC) is known color: Heliotrope. HEX triplet: DC, 6E and FC. RGB value is (220,110,252). Sum of RGB (Red+Green+Blue) = 220+110+252=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EFC is #239103. Grayscale: #9E9E9E. Windows color (decimal): -2330884 or 16543452. OLE color: 16543452.
HSL color Cylindrical-coordinate representation of color #DC6EFC: hue angle of 286.48º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6EFC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 110 | 252 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.01 |
| HSL | 286.48º | 0.96% | 0.71% | - |
| HSV(B) | 286.48º | 0.56% | 0.99% | - |
| XYZ | 52.66 | 33.4 | 95.77 | - |
| YUV | 159.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 252 | 0.13 | 0.56 | 0 | 0.01 | 286.48 | 0.96 | 0.71 |
| Hex | DC | 6E | FC | D | 38 | 0 | 1 | 11E | 60 | 47 |
| Octal | 334 | 156 | 374 | 15 | 70 | 0 | 1 | 436 | 140 | 107 |
| Binary | 11011100 | 1101110 | 11111100 | 1101 | 111000 | 0 | 1 | 100011110 | 1100000 | 1000111 |
Color Harmonies of #DC6EFC
Complementary color
Monochromatic Colors of #DC6EFC
Black with #DC6EFC
Text Example
Text Example
White with #DC6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EFC; }
p { color: rgb(220,110,252); }
H1.HeaderClassName
{
color: #DC6EFC;
}
.AnyTagClassName
{
color: #DC6EFC;
}
</style>
background-color css
<style>
a { background-color: #DC6EFC; }
a { background-color: rgb(220,110,252); }
div.DivClassName
{
background-color: #DC6EFC;
}
.BgClassName
{
background-color: #DC6EFC;
}
</style>
border-color css
<style>
span { border-color: #DC6EFC; }
span { border-color: rgb(220,110,252); }
td.TdClassName
{
border-color: #DC6EFC;
}
.TagClassName
{
border-color: #DC6EFC;
}
</style>