Shades of Heliotrope #DC6AF5
Tints of Heliotrope #DC6AF5
RGB
CMYK
RGB Variations
Color information
#DC6AF5 (or 0xDC6AF5) is known color: Heliotrope. HEX triplet: DC, 6A and F5. RGB value is (220,106,245). Sum of RGB (Red+Green+Blue) = 220+106+245=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC6AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AF5 is #23950A. Grayscale: #9B9B9B. Windows color (decimal): -2331915 or 16083676. OLE color: 16083676.
HSL color Cylindrical-coordinate representation of color #DC6AF5: hue angle of 289.21º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6AF5 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 106 | 245 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.04 |
| HSL | 289.21º | 0.87% | 0.69% | - |
| HSV(B) | 289.21º | 0.57% | 0.96% | - |
| XYZ | 51.15 | 32.12 | 89.89 | - |
| YUV | 155.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 245 | 0.10 | 0.57 | 0 | 0.04 | 289.21 | 0.87 | 0.69 |
| Hex | DC | 6A | F5 | A | 39 | 0 | 4 | 121 | 57 | 45 |
| Octal | 334 | 152 | 365 | 12 | 71 | 0 | 4 | 441 | 127 | 105 |
| Binary | 11011100 | 1101010 | 11110101 | 1010 | 111001 | 0 | 100 | 100100001 | 1010111 | 1000101 |
Color Harmonies of #DC6AF5
Complementary color
Monochromatic Colors of #DC6AF5
Black with #DC6AF5
Text Example
Text Example
White with #DC6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AF5; }
p { color: rgb(220,106,245); }
H1.HeaderClassName
{
color: #DC6AF5;
}
.AnyTagClassName
{
color: #DC6AF5;
}
</style>
background-color css
<style>
a { background-color: #DC6AF5; }
a { background-color: rgb(220,106,245); }
div.DivClassName
{
background-color: #DC6AF5;
}
.BgClassName
{
background-color: #DC6AF5;
}
</style>
border-color css
<style>
span { border-color: #DC6AF5; }
span { border-color: rgb(220,106,245); }
td.TdClassName
{
border-color: #DC6AF5;
}
.TagClassName
{
border-color: #DC6AF5;
}
</style>