Shades of Heliotrope #DC6EF3
Tints of Heliotrope #DC6EF3
RGB
CMYK
RGB Variations
Color information
#DC6EF3 (or 0xDC6EF3) is known color: Heliotrope. HEX triplet: DC, 6E and F3. RGB value is (220,110,243). Sum of RGB (Red+Green+Blue) = 220+110+243=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC6EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EF3 is #23910C. Grayscale: #9D9D9D. Windows color (decimal): -2330893 or 15953628. OLE color: 15953628.
HSL color Cylindrical-coordinate representation of color #DC6EF3: hue angle of 289.62º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6EF3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 110 | 243 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.05 |
| HSL | 289.62º | 0.85% | 0.69% | - |
| HSV(B) | 289.62º | 0.55% | 0.95% | - |
| XYZ | 51.27 | 32.84 | 88.43 | - |
| YUV | 158.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 243 | 0.09 | 0.55 | 0 | 0.05 | 289.62 | 0.85 | 0.69 |
| Hex | DC | 6E | F3 | 9 | 37 | 0 | 5 | 122 | 55 | 45 |
| Octal | 334 | 156 | 363 | 11 | 67 | 0 | 5 | 442 | 125 | 105 |
| Binary | 11011100 | 1101110 | 11110011 | 1001 | 110111 | 0 | 101 | 100100010 | 1010101 | 1000101 |
Color Harmonies of #DC6EF3
Complementary color
Monochromatic Colors of #DC6EF3
Black with #DC6EF3
Text Example
Text Example
White with #DC6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EF3; }
p { color: rgb(220,110,243); }
H1.HeaderClassName
{
color: #DC6EF3;
}
.AnyTagClassName
{
color: #DC6EF3;
}
</style>
background-color css
<style>
a { background-color: #DC6EF3; }
a { background-color: rgb(220,110,243); }
div.DivClassName
{
background-color: #DC6EF3;
}
.BgClassName
{
background-color: #DC6EF3;
}
</style>
border-color css
<style>
span { border-color: #DC6EF3; }
span { border-color: rgb(220,110,243); }
td.TdClassName
{
border-color: #DC6EF3;
}
.TagClassName
{
border-color: #DC6EF3;
}
</style>