Shades of Heliotrope #DC6FF6
Tints of Heliotrope #DC6FF6
RGB
CMYK
RGB Variations
Color information
#DC6FF6 (or 0xDC6FF6) is known color: Heliotrope. HEX triplet: DC, 6F and F6. RGB value is (220,111,246). Sum of RGB (Red+Green+Blue) = 220+111+246=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FF6 is #239009. Grayscale: #9E9E9E. Windows color (decimal): -2330634 or 16150492. OLE color: 16150492.
HSL color Cylindrical-coordinate representation of color #DC6FF6: hue angle of 288.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6FF6 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 111 | 246 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.04 |
| HSL | 288.44º | 0.88% | 0.7% | - |
| HSV(B) | 288.44º | 0.55% | 0.96% | - |
| XYZ | 51.83 | 33.24 | 90.87 | - |
| YUV | 158.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 246 | 0.11 | 0.55 | 0 | 0.04 | 288.44 | 0.88 | 0.7 |
| Hex | DC | 6F | F6 | B | 37 | 0 | 4 | 120 | 58 | 46 |
| Octal | 334 | 157 | 366 | 13 | 67 | 0 | 4 | 440 | 130 | 106 |
| Binary | 11011100 | 1101111 | 11110110 | 1011 | 110111 | 0 | 100 | 100100000 | 1011000 | 1000110 |
Color Harmonies of #DC6FF6
Complementary color
Monochromatic Colors of #DC6FF6
Black with #DC6FF6
Text Example
Text Example
White with #DC6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FF6; }
p { color: rgb(220,111,246); }
H1.HeaderClassName
{
color: #DC6FF6;
}
.AnyTagClassName
{
color: #DC6FF6;
}
</style>
background-color css
<style>
a { background-color: #DC6FF6; }
a { background-color: rgb(220,111,246); }
div.DivClassName
{
background-color: #DC6FF6;
}
.BgClassName
{
background-color: #DC6FF6;
}
</style>
border-color css
<style>
span { border-color: #DC6FF6; }
span { border-color: rgb(220,111,246); }
td.TdClassName
{
border-color: #DC6FF6;
}
.TagClassName
{
border-color: #DC6FF6;
}
</style>