Shades of Heliotrope #DC6FFF
Tints of Heliotrope #DC6FFF
RGB
CMYK
RGB Variations
Color information
#DC6FFF (or 0xDC6FFF) is known color: Heliotrope. HEX triplet: DC, 6F and FF. RGB value is (220,111,255). Sum of RGB (Red+Green+Blue) = 220+111+255=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FFF is #239000. Grayscale: #9F9F9F. Windows color (decimal): -2330625 or 16740316. OLE color: 16740316.
HSL color Cylindrical-coordinate representation of color #DC6FFF: hue angle of 285.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6FFF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 111 | 255 | - |
| CMYK | 0.14 | 0.56 | 0 | 0 |
| HSL | 285.42º | 1% | 0.72% | - |
| HSV(B) | 285.42º | 0.56% | 1% | - |
| XYZ | 53.25 | 33.8 | 98.33 | - |
| YUV | 160.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 255 | 0.14 | 0.56 | 0 | 0 | 285.42 | 1 | 0.72 |
| Hex | DC | 6F | FF | E | 38 | 0 | 0 | 11D | 64 | 48 |
| Octal | 334 | 157 | 377 | 16 | 70 | 0 | 0 | 435 | 144 | 110 |
| Binary | 11011100 | 1101111 | 11111111 | 1110 | 111000 | 0 | 0 | 100011101 | 1100100 | 1001000 |
Color Harmonies of #DC6FFF
Complementary color
Monochromatic Colors of #DC6FFF
Black with #DC6FFF
Text Example
Text Example
White with #DC6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FFF; }
p { color: rgb(220,111,255); }
H1.HeaderClassName
{
color: #DC6FFF;
}
.AnyTagClassName
{
color: #DC6FFF;
}
</style>
background-color css
<style>
a { background-color: #DC6FFF; }
a { background-color: rgb(220,111,255); }
div.DivClassName
{
background-color: #DC6FFF;
}
.BgClassName
{
background-color: #DC6FFF;
}
</style>
border-color css
<style>
span { border-color: #DC6FFF; }
span { border-color: rgb(220,111,255); }
td.TdClassName
{
border-color: #DC6FFF;
}
.TagClassName
{
border-color: #DC6FFF;
}
</style>