Shades of Heliotrope #DC6DFE
Tints of Heliotrope #DC6DFE
RGB
CMYK
RGB Variations
Color information
#DC6DFE (or 0xDC6DFE) is known color: Heliotrope. HEX triplet: DC, 6D and FE. RGB value is (220,109,254). Sum of RGB (Red+Green+Blue) = 220+109+254=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 109 (42.97% from 255 or 18.70% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DFE is #239201. Grayscale: #9E9E9E. Windows color (decimal): -2331138 or 16674268. OLE color: 16674268.
HSL color Cylindrical-coordinate representation of color #DC6DFE: hue angle of 285.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6DFE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 109 | 254 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.00 |
| HSL | 285.93º | 0.99% | 0.71% | - |
| HSV(B) | 285.93º | 0.57% | 1% | - |
| XYZ | 52.87 | 33.31 | 97.41 | - |
| YUV | 158.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 254 | 0.13 | 0.57 | 0 | 0.00 | 285.93 | 0.99 | 0.71 |
| Hex | DC | 6D | FE | D | 39 | 0 | 0 | 11E | 63 | 47 |
| Octal | 334 | 155 | 376 | 15 | 71 | 0 | 0 | 436 | 143 | 107 |
| Binary | 11011100 | 1101101 | 11111110 | 1101 | 111001 | 0 | 0 | 100011110 | 1100011 | 1000111 |
Color Harmonies of #DC6DFE
Complementary color
Monochromatic Colors of #DC6DFE
Black with #DC6DFE
Text Example
Text Example
White with #DC6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DFE; }
p { color: rgb(220,109,254); }
H1.HeaderClassName
{
color: #DC6DFE;
}
.AnyTagClassName
{
color: #DC6DFE;
}
</style>
background-color css
<style>
a { background-color: #DC6DFE; }
a { background-color: rgb(220,109,254); }
div.DivClassName
{
background-color: #DC6DFE;
}
.BgClassName
{
background-color: #DC6DFE;
}
</style>
border-color css
<style>
span { border-color: #DC6DFE; }
span { border-color: rgb(220,109,254); }
td.TdClassName
{
border-color: #DC6DFE;
}
.TagClassName
{
border-color: #DC6DFE;
}
</style>